home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.7)
-
- import warnings
- warnings.warn('dbi module is obsolete, code should now use native python datetime and buffer/memoryview objects', DeprecationWarning)
- import datetime
- dbDate = dbiDate = datetime.datetime
-
- try:
- dbRaw = dbiRaw = buffer
- except NameError:
- dbRaw = dbiRaw = memoryview
-
- from odbc import *
-