Hardcode python2.7 shebang

This commit is contained in:
goll
2016-07-03 17:31:41 +02:00
parent 8381fed1ea
commit 260cc35dd5
26 changed files with 50 additions and 25 deletions
+1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from py.Configuration import Configuration
from py.Scanner import Scanner
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Process import Process
from Configuration import Configuration
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Configuration import Configuration
from Process import Process
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Interface import Interface
from Process import Process
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Process import Process
from Configuration import Configuration
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
import argparse
from Color import Color
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
import time
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Attack import Attack
from Airodump import Airodump
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Attack import Attack
from Airodump import Airodump
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Attack import Attack
from Color import Color
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
class Client(object):
'''
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
import sys
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Color import Color
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Color import Color
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Color import Color
from CrackResult import CrackResult
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Color import Color
from CrackResult import CrackResult
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Color import Color
from CrackResult import CrackResult
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Process import Process
from Color import Color
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Color import Color
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Configuration import Configuration
from Color import Color
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Airodump import Airodump
from Color import Color
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Color import Color
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Process import Process
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
import sys
sys.path.insert(0, '..')
+2 -1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/python2.7
# -*- coding: utf-8 -*-
from Airodump import Airodump
+1 -1
View File
@@ -1,2 +1,2 @@
#!/bin/sh
python -m unittest discover py
python2.7 -m unittest discover py