[Inteproxy-commits] r198 - trunk/inteproxy

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Sep 10 22:10:17 CEST 2009


Author: bh
Date: 2009-09-10 22:10:17 +0200 (Thu, 10 Sep 2009)
New Revision: 198

Modified:
   trunk/inteproxy/main.py
Log:
inteproxy/main.py (run_server): Use the new TranscoderMap
functions

should already have been in previous commit


Modified: trunk/inteproxy/main.py
===================================================================
--- trunk/inteproxy/main.py	2009-09-10 20:09:32 UTC (rev 197)
+++ trunk/inteproxy/main.py	2009-09-10 20:10:17 UTC (rev 198)
@@ -174,7 +174,7 @@
     HandlerClass.debug_level = opts.debug_level
 
     transcoder_map = inteproxy.transcoder.create_transcoder_map()
-    transcoder_map.add_hosts(config.rules)
+    transcoder_map.add_rules(config.rules)
 
     setup_language()
 



More information about the Inteproxy-commits mailing list