From 78298a57c87bb937d685b80ddc5d8db9d0a601e3 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 3 May 2011 21:05:12 +0000 Subject: [PATCH] Remove gramps, not useful svn: r17396 --- mac/gramps | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 mac/gramps diff --git a/mac/gramps b/mac/gramps deleted file mode 100644 index 7108d264d..000000000 --- a/mac/gramps +++ /dev/null @@ -1,7 +0,0 @@ - -import sys -import os.path -#Modified from the version shipped with pygtk, to point at where the pygtk-demo modules are in the bundle. -pygtklibdir = os.path.join(os.environ["GTK_EXE_PREFIX"], "lib", "pygtk", "2.0") -sys.path.insert(0, pygtklibdir) -execfile(os.path.join("GTK_DATA_PREFIX", "share", "gramps", "gramps.py"))