Skip to content

Commit 5a71210

Browse files
committed
Update regarding sqlmapproject#2940 (PEP 394)
1 parent ef5cb9a commit 5a71210

File tree

386 files changed

+771
-771
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+771
-771
lines changed

extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

extra/beep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

extra/beep/beep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
beep.py - Make a beep sound

extra/cloak/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

extra/cloak/cloak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
cloak.py - Simple file encryption/compression utility

extra/dbgtool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

extra/dbgtool/dbgtool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
dbgtool.py - Portable executable to ASCII debug script converter

extra/icmpsh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
#
33
# icmpsh - simple icmp command shell (port of icmpsh-m.pl written in
44
# Perl by Nico Leidecker <nico@leidecker.info>)

extra/icmpsh/icmpsh_m.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
#
33
# icmpsh - simple icmp command shell (port of icmpsh-m.pl written in
44
# Perl by Nico Leidecker <nico@leidecker.info>)

extra/safe2bin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Copyright (c) 2006-2019 sqlmap developers (http://sqlmap.org/)

0 commit comments

Comments
 (0)