0001from sqlobject.dbconnection import registerConnection 0002 0003def builder(): 0004 import maxdbconnection 0005 return maxdbconnection.MaxdbConnection 0006 0007registerConnection(['maxdb','sapdb'],builder)