mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
make sure to use Python 2 interpreter when default system Python is version 3
This commit is contained in:
2
thirdparty/keepalive/keepalive.py
vendored
2
thirdparty/keepalive/keepalive.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Copyright 2002-2003 Michael D. Stenner
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user