1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-01-23 07:01:41 +00:00
stackdump/python/packages/sqlobject/maxdb/__init__.py

8 lines
187 B
Python
Raw Normal View History

from sqlobject.dbconnection import registerConnection
def builder():
import maxdbconnection
return maxdbconnection.MaxdbConnection
registerConnection(['maxdb','sapdb'],builder)