From 59e0455f52be9ff82e2d7737c8c7ad0d55809ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BC=D0=BE=D1=83=D0=BA=D0=B8=D0=BD=20=D0=90?= =?UTF-8?q?=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9?= Date: Thu, 10 Jun 2010 09:04:14 +0400 Subject: [PATCH] Bugfix --- pym/convertenv.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pym/convertenv.py b/pym/convertenv.py index e832c97..b98a900 100644 --- a/pym/convertenv.py +++ b/pym/convertenv.py @@ -41,7 +41,9 @@ class convertEnv: "sr_jabber_port":{"service":"jabber","replace":"port"}, "sr_samba_host":{"service":"samba","replace":"host"}, "ld_samba_dn":{"service":"samba","replace":"dn"}, - "cl_remote_ftp":{"service":"ftp","replace":"host"}} + "cl_remote_ftp":{"service":"ftp","replace":"host"}, + "sr_proxy_host":{"service":"proxy","replace":"host"}, + "sr_proxy_port":{"service":"proxy","replace":"port"}} convertVars = {} flagConverted = False