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

@@ -0,0 +1,8 @@
try:
import _dbapi
except ImportError:
import _nullapi as _dbapi
__all__ = ['verinfo']
from _dbapi import verinfo