Исправления для совместимости с calculate-core

develop 3.2.0_alpha10
Mike khiretskiy 10 years ago
parent 257fa1da0c
commit b803c633fa

@ -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

@ -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

@ -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

Loading…
Cancel
Save