Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fingerprints2sqli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
"""
Small script to convert fingerprints back to SQL or SQLi
"""
Expand Down
2 changes: 1 addition & 1 deletion src/make_parens.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# pylint: disable=C0103,R0911,R0912,R0915
# disable short-variable-names, too many branches, returns, statements
"""
Expand Down
2 changes: 1 addition & 1 deletion src/sqlparse2c.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# Copyright 2012, 2013 Nick Galbreath
# [email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/sqlparse_map.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# pylint: disable=C0301,C0302
# Turn off line-too-long, and too-many-lines warnings
#
Expand Down