projects
/
xonotic
/
xonstat.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e39c69
)
Remove more refs to sqlahelper.
master
author
Ant Zucaro <azucaro@gmail.com>
Sun, 6 Dec 2020 02:01:15 +0000
(21:01 -0500)
committer
Ant Zucaro <azucaro@gmail.com>
Sun, 6 Dec 2020 02:01:15 +0000
(21:01 -0500)
setup.py
patch
|
blob
|
history
xonstat/__init__.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 0a100f10d228c129bd89f4b1538d5c339c26025d..a6b5e9b1fbd71d2d4cee70cec433b1c905541778 100644
(file)
--- 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 d1a264d044217a27f9a4092e972a91d49fbefd3c..0cf25918597785461164cbf924e708f9b51afee6 100644
(file)
--- 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