This commit is contained in:
Michael Davidsaver
2013-03-24 22:10:53 -04:00
parent f58ba8dccb
commit 0f4b62e45d
8 changed files with 150 additions and 10 deletions

View File

@@ -1,4 +1,7 @@
try:
import _dbapi
except ImportError:
import _nullapi as _dbapi
from _dbapi import _hooks, _hooktable
__all__ = [