mirror of
https://github.com/djohnlewis/stackdump
synced 2025-12-07 16:33:24 +00:00
Initial commit. Still building up the env and some parsing code.
This commit is contained in:
8
python/packages/sqlobject/mysql/__init__.py
Normal file
8
python/packages/sqlobject/mysql/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from sqlobject.dbconnection import registerConnection
|
||||
#import mysqltypes
|
||||
|
||||
def builder():
|
||||
import mysqlconnection
|
||||
return mysqlconnection.MySQLConnection
|
||||
|
||||
registerConnection(['mysql'], builder)
|
||||
Reference in New Issue
Block a user