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
0a100f1
..
a6b5e9b
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
d1a264d
..
0cf2591
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