Skip to content

Commit 7bdcdf7

Browse files
author
Christian Mehlis
committed
add env shebang
1 parent 088b48e commit 7bdcdf7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

setup.py

100644100755
+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python2
2+
13
from distutils.core import setup
24
setup(name='des-virt',
35
packages=['desvirt'],

topology_creator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python2
22

33
import os
44
import xml.dom.minidom, math

vnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python2
22

33
import os
44
import signal

0 commit comments

Comments
 (0)