add constants package

This commit is contained in:
Michael Davidsaver
2013-04-14 13:49:17 -04:00
parent ec3e8e4519
commit 229eb81864
2 changed files with 61 additions and 0 deletions

View File

@@ -3,6 +3,11 @@ try:
except ImportError:
import devsup._nullapi as _dbapi
try:
from _dbconstants import *
except ImportError:
pass
__all__ = ['verinfo']
verinfo = _dbapi.verinfo