Change shebang from /usr/bin/python to /usr/bin/env python

Resolves #99
This commit is contained in:
derv82
2018-06-09 22:45:38 -04:00
parent c085a7e7f0
commit 9d1db5966b
38 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
from wifite import wifite from wifite import wifite
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from wifite.tools.airodump import Airodump from wifite.tools.airodump import Airodump
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .util.color import Color from .util.color import Color
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..model.attack import Attack from ..model.attack import Attack
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..model.attack import Attack from ..model.attack import Attack
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..model.attack import Attack from ..model.attack import Attack
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import os import os
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import time import time
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
class Client(object): class Client(object):
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.process import Process from ..util.process import Process
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.color import Color from ..util.color import Color
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.color import Color from ..util.color import Color
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.color import Color from ..util.color import Color
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.color import Color from ..util.color import Color
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.color import Color from ..util.color import Color
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
class Dependency(object): class Dependency(object):
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import re import re
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from .dependency import Dependency from .dependency import Dependency
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..util.process import Process from ..util.process import Process
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Fix for raw_input on python3: https://stackoverflow.com/a/7321970 # Fix for raw_input on python3: https://stackoverflow.com/a/7321970
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import time import time
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from ..tools.airodump import Airodump from ..tools.airodump import Airodump
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python2.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import time import time
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3.7 #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
try: try: