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