From: Ant Zucaro Date: Sun, 6 Dec 2020 02:01:15 +0000 (-0500) Subject: Remove more refs to sqlahelper. X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonstat.git;a=commitdiff_plain;h=HEAD Remove more refs to sqlahelper. --- diff --git a/setup.py b/setup.py index 0a100f1..a6b5e9b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,6 @@ requires = [ 'repoze.tm2>=1.0b1', 'zope.sqlalchemy', 'WebError', - 'sqlahelper', 'webhelpers', 'psycopg2', 'pyramid_beaker', diff --git a/xonstat/__init__.py b/xonstat/__init__.py index d1a264d..0cf2591 100644 --- a/xonstat/__init__.py +++ b/xonstat/__init__.py @@ -1,4 +1,3 @@ -import sqlahelper from pyramid_beaker import set_cache_regions_from_settings from pyramid.config import Configurator from pyramid.httpexceptions import HTTPNotFound