[Inteproxy-commits] r74 - in trunk: . inteproxy
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed May 2 13:11:20 CEST 2007
Author: bh
Date: 2007-05-02 13:11:20 +0200 (Wed, 02 May 2007)
New Revision: 74
Modified:
trunk/ChangeLog
trunk/inteproxy/app.py
Log:
* inteproxy/app.py: Remove unused imports
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-05-02 11:07:31 UTC (rev 73)
+++ trunk/ChangeLog 2007-05-02 11:11:20 UTC (rev 74)
@@ -1,5 +1,9 @@
2007-05-02 Bernhard Herzog <bh at intevation.de>
+ * inteproxy/app.py: Remove unused imports
+
+2007-05-02 Bernhard Herzog <bh at intevation.de>
+
* inteproxy/main.py (run_server): Import the gtkapp module in the
main function to avoid loading it when running test cases.
Otherwise the gtk module will be loaded which requires a working X
Modified: trunk/inteproxy/app.py
===================================================================
--- trunk/inteproxy/app.py 2007-05-02 11:07:31 UTC (rev 73)
+++ trunk/inteproxy/app.py 2007-05-02 11:11:20 UTC (rev 74)
@@ -7,7 +7,6 @@
"""Base application class for the InteProxy."""
-from inteproxy.proxycore import MasterWorkerServer, InteProxyHTTPRequestHandler
from inteproxy.httpserver import ServerThread
More information about the Inteproxy-commits
mailing list