Skip to content

Commit cc5f0d9

Browse files
committed
don't hardcode python interpreter location
1 parent bfc7880 commit cc5f0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

occu.py

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/usr/bin/python
2-
from UCB import occupyCal
1+
#!/usr/bin/env python
2+
from UCB import occupy_cal
33
from Oakland import port
44

55
for member in occupy_cal:

0 commit comments

Comments
 (0)