From 1f69dc2df1743fd43abcd18805ba79137853d85b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BF=D0=B8=D1=80=D0=B8=D0=B4=D0=BE=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=94=D0=B5=D0=BD=D0=B8=D1=81?= Date: Thu, 21 Jun 2012 14:53:22 +0400 Subject: [PATCH] move progressbar to module core.client --- console/application/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/application/function.py b/console/application/function.py index fb15a84..b2984e7 100644 --- a/console/application/function.py +++ b/console/application/function.py @@ -24,7 +24,7 @@ import shlex from sudsds import MethodNotFound from calculate.core.server.cert_cmd import getHwAddr, getIpLocal -from progressbar import Bar, Percentage, ETA, ProgressBar +from calculate.core.client.progressbar import Bar,Percentage,ETA,ProgressBar from calculate.lib.cl_lang import setLocalTranslate setLocalTranslate('calculate_console',sys.modules[__name__]) from calculate.core.client.function import create_obj