Removed unneeded pygtk calls

svn: r1210
This commit is contained in:
Don Allingham
2002-11-27 05:56:23 +00:00
parent 7de8266297
commit 1e89380047
47 changed files with 9 additions and 354 deletions

View File

@@ -27,11 +27,6 @@ _PERSON = "p"
# GTK/Gnome modules
#
#-------------------------------------------------------------------------
try:
import pygtk; pygtk.require('2.0')
except ImportError: # not set up for parallel install
pass
import gtk
import gtk.gdk
import gnome.canvas
@@ -154,7 +149,7 @@ class PedigreeView:
as the root person of the tree."""
for i in self.canvas_items:
self.i.destroy()
i.destroy()
for i in self.boxes:
i.cleanup()