X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/c03a740f65ea24ba6567b0ef75f3785faae37d42..d85bba8088c64b1acc4061cc4047e87583259540:/floof/model/meta.py diff --git a/floof/model/meta.py b/floof/model/meta.py index 1a20aa7..2992ae7 100644 --- a/floof/model/meta.py +++ b/floof/model/meta.py @@ -9,7 +9,3 @@ engine = None # SQLAlchemy session manager. Updated by model.init_model() Session = scoped_session(sessionmaker()) - -# Global metadata. If you have multiple databases with overlapping table -# names, you'll need a metadata for each database -metadata = MetaData()