From 371b3df1f618d6b0249be19e538abe97cea9f1ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 1 Feb 2013 16:58:29 +0400 Subject: [PATCH] _cfg support --- update/cl_update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update/cl_update.py b/update/cl_update.py index 00d90f4..4de3d68 100644 --- a/update/cl_update.py +++ b/update/cl_update.py @@ -59,6 +59,7 @@ class Update: printSUCCESS=self.printSUCCESS, printWARNING=self.printWARNING, askConfirm=self.askConfirm, + dispatchConf=self.dispatchConf, printERROR=self.printERROR) dirsFiles = self.clTempl.applyTemplates() if self.clTempl.getError():