From b803c633faf8d219939614c1694b9a53147fbc07 Mon Sep 17 00:00:00 2001 From: Mike khiretskiy Date: Wed, 14 May 2014 18:02:05 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=BE?= =?UTF-8?q?=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=B8=D0=BC=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B8=20=D1=81=20calculate-core?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/application/cl_client.py | 2 +- console/application/function.py | 2 +- console/application/methods_func.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/console/application/cl_client.py b/console/application/cl_client.py index 4473ab8..8868596 100644 --- a/console/application/cl_client.py +++ b/console/application/cl_client.py @@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -from calculate.core.server.replace_class import Display, Methods +from calculate.core.server.local_call import Display, Methods from sudsds import WebFault from sudsds.transport import TransportError diff --git a/console/application/function.py b/console/application/function.py index b6ca5e0..26d05f7 100644 --- a/console/application/function.py +++ b/console/application/function.py @@ -21,7 +21,7 @@ import shlex from calculate.core.client.function import create_obj from calculate.core.server.api_types import ArrayReturnedMessage, TableAdapter from calculate.core.server.cert_cmd import getHwAddr, getIpLocal -from calculate.core.server.replace_class import print_brief_group +from calculate.core.server.local_call import print_brief_group from calculate.lib.cl_lang import setLocalTranslate from sudsds import MethodNotFound diff --git a/console/application/methods_func.py b/console/application/methods_func.py index 0570742..1d9b609 100644 --- a/console/application/methods_func.py +++ b/console/application/methods_func.py @@ -16,7 +16,7 @@ import argparse, sys from calculate.core.server.api_types import ViewInfoAdapter -from calculate.core.server.replace_class import Methods +from calculate.core.server.local_call import Methods from function import _create_obj, get_view_params, print_brief, _print from calculate.lib.cl_lang import setLocalTranslate