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