mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
make sure to use Python 2 interpreter when default system Python is version 3
This commit is contained in:
2
thirdparty/prettyprint/prettyprint.py
vendored
2
thirdparty/prettyprint/prettyprint.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
|
||||
#Copyright (c) 2010, Chris Hall <chris.hall@mod10.net>
|
||||
#All rights reserved.
|
||||
|
||||
Reference in New Issue
Block a user