[Inteproxy-commits] r171 - in trunk: . test

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Nov 25 21:34:38 CET 2008


Author: bh
Date: 2008-11-25 21:34:37 +0100 (Tue, 25 Nov 2008)
New Revision: 171

Modified:
   trunk/ChangeLog
   trunk/test/test_inteproxy.py
Log:
* test/test_inteproxy.py: Rearrange imports a little so that they
succeed if ony the test_inteproxy tests are run


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-11-25 19:40:52 UTC (rev 170)
+++ trunk/ChangeLog	2008-11-25 20:34:37 UTC (rev 171)
@@ -1,5 +1,10 @@
 2008-11-25  Bernhard Herzog  <bh at intevation.de>
 
+	* test/test_inteproxy.py: Rearrange imports a little so that they
+	succeed if ony the test_inteproxy tests are run
+
+2008-11-25  Bernhard Herzog  <bh at intevation.de>
+
 	* inteproxy/proxycore.py
 	(InteProxyHTTPRequestHandler.open_http_connection): Refactor to
 	reduce code duplication

Modified: trunk/test/test_inteproxy.py
===================================================================
--- trunk/test/test_inteproxy.py	2008-11-25 19:40:52 UTC (rev 170)
+++ trunk/test/test_inteproxy.py	2008-11-25 20:34:37 UTC (rev 171)
@@ -14,8 +14,8 @@
 
 import serversupport
 
+from inteproxy.transcoder import create_transcoder_map
 from inteproxy.proxycore import MasterWorkerServer, InteProxyHTTPRequestHandler
-from inteproxy.transcoder import create_transcoder_map
 from inteproxy.config import Struct
 import inteproxy.httpserver as httpserver
 



More information about the Inteproxy-commits mailing list