2007-09-28 James G. Sack <jgsack@san.rr.com>

* src/gramps.py: remove wrong setting of sys.path


svn: r9056
This commit is contained in:
Benny Malengier 2007-10-01 18:31:19 +00:00
parent 8cdb9a074b
commit b7803fefc4
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,6 @@
2007-09-28 James G. Sack <jgsack@san.rr.com>
* src/gramps.py: remove wrong setting of sys.path
2007-10-01 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/plugins/DescendChart.py:
* src/plugins/AncestorChart.py:

View File

@ -47,17 +47,18 @@ try:
except ImportError:
pass
#-------------------------------------------------------------------------
#
# Miscellaneous initialization
#
#-------------------------------------------------------------------------
import gtk.gdk
import gtk
import gtk.glade
import gobject
# setup import path
gobject.threads_init()
sys.path.append(os.path.abspath(os.path.basename(__file__)))
#-------------------------------------------------------------------------
#
# Load internationalization setup