mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
make sure to use Python 2 interpreter when default system Python is version 3
This commit is contained in:
parent
6629233de5
commit
a67ef4117f
257 changed files with 258 additions and 259 deletions
2
thirdparty/oset/_abc.py
vendored
2
thirdparty/oset/_abc.py
vendored
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- mode:python; tab-width: 2; coding: utf-8 -*-
|
||||
|
||||
"""Partially backported python ABC classes"""
|
||||
|
|
|
|||
2
thirdparty/oset/pyoset.py
vendored
2
thirdparty/oset/pyoset.py
vendored
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- mode:python; tab-width: 2; coding: utf-8 -*-
|
||||
|
||||
"""Partially backported python ABC classes"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue