use /usr/bin/env for #! lines

This commit is contained in:
Terence Simpson
2010-05-19 14:11:16 +01:00
parent 95618780f4
commit 0320609071
8 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys, os
sys.path.append(os.path.dirname(__file__))
from icalendar import Calendar, cal, prop