projects
/
pgwui_upload
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d24c96
)
Remove unused import
author
Karl O. Pinc
<kop@meme.com>
Tue, 30 Oct 2018 21:45:47 +0000
(16:45 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Tue, 30 Oct 2018 21:45:47 +0000
(16:45 -0500)
src/pgwui_upload/__init__.py
patch
|
blob
|
history
diff --git
a/src/pgwui_upload/__init__.py
b/src/pgwui_upload/__init__.py
index 24bc898f9a80d70d95d09677048f851233b24466..53ca419a792e321020c6cdb31ce88ce65794a153 100644
(file)
--- a/
src/pgwui_upload/__init__.py
+++ b/
src/pgwui_upload/__init__.py
@@
-22,8
+22,6
@@
'''Provide a way to configure PGWUI.
'''
-from pyramid.config import Configurator
-
def includeme(config):
'''Pyramid configuration for PGWUI_Upload