use pygtk.require to determine database

svn: r1205
This commit is contained in:
Don Allingham
2002-11-26 04:06:23 +00:00
parent b6926fa77b
commit d21a317b93
55 changed files with 961 additions and 43 deletions

View File

@ -39,6 +39,12 @@ 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
#-------------------------------------------------------------------------