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