Removed unneeded pygtk calls

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

View File

@ -40,11 +40,6 @@ except:
import os
from string import find,join,strip,replace
try:
import pygtk; pygtk.require('2.0')
except ImportError: # not set up for parallel install
pass
import gtk
#-------------------------------------------------------------------------