Skip to content

Commit 16cfa1d

Browse files
author
090h
committed
Merge pull request 0x90#2 from ValdikSS/master
Use python2 in shebang
2 parents ce137fd + b2a574e commit 16cfa1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

httpscan.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
# -*- encoding: utf-8 -*-
33
#
44
# Multithreaded asynchronous HTTP scanner.

setup.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
# -*- encoding: utf-8 -*-
33
#
44
# Main setup script

0 commit comments

Comments
 (0)