From c6ad403cabd1d39c23d434db2ba79419214f4d91 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Fri, 8 May 2015 08:56:49 -0400 Subject: [PATCH] Add execute permissions and she-bang python3 to Gramps.py --- Gramps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Gramps.py diff --git a/Gramps.py b/Gramps.py old mode 100644 new mode 100755 index 3eff1824c..1ff357298 --- a/Gramps.py +++ b/Gramps.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # # Gramps - a GTK+/GNOME based genealogy program #