rename module/__init__.py only to just module.py

This commit is contained in:
Martin Zimmermann 2014-07-23 23:22:25 +02:00
parent 8d2b4b4584
commit a0a2662cc9
3 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ logger = logging.getLogger("isso")
class Adapter(object):
MAX_VERSION = 3
def __init__(self, db):
self.engine = create_engine(db, echo=False)
self.metadata = MetaData()