Correcting an obvious mistake pointed out by fatpelt.

This commit is contained in:
alexhudson
2007-04-28 08:52:59 +00:00
parent 112bf030db
commit 811e8e4d4f
+1 -1
View File
@@ -367,7 +367,7 @@ def DiscoverMDBDriverCB(drivers, parent, children):
drivers[child[6:-3]] = child.lower()
def DiscoverMDBDrivers():
mdblibpath = "%s/bongomdb/" % Xpl.DEFAULT_LIB_PATH
mdblibpath = "%s/bongomdb/" % Xpl.DEFAULT_LIB_DIR
if not os.path.exists(mdblibpath):
raise BongoError(wrap("""MDB Driver directory can not be found!"""))
drivers = {}