From 158a5f93fbba3538e34512d6e6257c6227180df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 25 Feb 2013 07:26:36 +0000 Subject: [PATCH] 6283: Re-enable optimization flag (-O) for python svn: r21439 --- scripts/gramps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gramps b/scripts/gramps index a4842e518..6edc60af0 100644 --- 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()