]> git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Get rid of sqlahelper.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 6 Dec 2020 01:59:35 +0000 (20:59 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 6 Dec 2020 01:59:35 +0000 (20:59 -0500)
requirements.txt
xonstat/__init__.py

index 2f98344c2c2d129bfd8e6fad7c3b03032462597e..31ac1923c099113e68062944fe24953eb8638f42 100644 (file)
@@ -3,7 +3,6 @@ pyramid
 pyramid_beaker
 pyramid_mako
 repoze.tm2
-sqlahelper
 SQLAlchemy
 transaction
 waitress
index 8646c02aa202645fb838c96262f8093ac1057964..d1a264d044217a27f9a4092e972a91d49fbefd3c 100644 (file)
@@ -15,7 +15,6 @@ def main(global_config, **settings):
     """
     # setup the database engine
     engine = engine_from_config(settings, 'sqlalchemy.', pool_size=5)
-    sqlahelper.add_engine(engine)
 
     # initialize database structures
     initialize_db(engine)