6283: test flag for python on new script, not on Gramps.py... (thank you Paul)

svn: r21438
This commit is contained in:
Jérôme Rapinat 2013-02-25 07:24:40 +00:00
parent 6f8fc1be58
commit 1773d661e7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python -O
#! /usr/bin/env python
#
# Gramps - a GTK+/GNOME based genealogy program
#

View File

@ -1,3 +1,3 @@
#!/usr/bin/env python
#!/usr/bin/env python -O
import gramps.grampsapp as app
app.main()