mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-06 14:49:05 +00:00
make sure to use Python 2 interpreter when default system Python is version 3
This commit is contained in:
2
thirdparty/pagerank/__init__.py
vendored
2
thirdparty/pagerank/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# The MIT License
|
||||
#
|
||||
|
||||
2
thirdparty/pagerank/pagerank.py
vendored
2
thirdparty/pagerank/pagerank.py
vendored
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Script for getting Google Page Rank of page
|
||||
# Google Toolbar 3.0.x/4.0.x Pagerank Checksum Algorithm
|
||||
|
||||
Reference in New Issue
Block a user