mirror of
https://github.com/djohnlewis/stackdump
synced 2025-01-22 22:51:36 +00:00
8 lines
188 B
Python
8 lines
188 B
Python
|
from sqlobject.dbconnection import registerConnection
|
||
|
|
||
|
def builder():
|
||
|
import rdbhostconnection
|
||
|
return rdbhostconnection.RdbhostConnection
|
||
|
|
||
|
registerConnection(['rdbhost'], builder)
|