From 1773d661e7258a93579ce0a95c936b857a6ab44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 25 Feb 2013 07:24:40 +0000 Subject: [PATCH] 6283: test flag for python on new script, not on Gramps.py... (thank you Paul) svn: r21438 --- Gramps.py | 2 +- scripts/gramps | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gramps.py b/Gramps.py index 5d1986693..30ed98abb 100644 --- a/Gramps.py +++ b/Gramps.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python -O +#! /usr/bin/env python # # Gramps - a GTK+/GNOME based genealogy program # diff --git a/scripts/gramps b/scripts/gramps index a4842e518..6edc60af0 100755 --- a/scripts/gramps +++ b/scripts/gramps @@ -1,3 +1,3 @@ -#!/usr/bin/env python +#!/usr/bin/env python -O import gramps.grampsapp as app app.main()