1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-04-17 15:13:27 +00:00

8 lines
184 B
Python

from sqlobject.dbconnection import registerConnection
def builder():
import sybaseconnection
return sybaseconnection.SybaseConnection
registerConnection(['sybase'], builder)