Index: /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/cm/lib/task_scheduler.py
===================================================================
--- /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/cm/lib/task_scheduler.py	(revision 2851)
+++ /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/cm/lib/task_scheduler.py	(working copy)
@@ -16,13 +16,14 @@
 from apscheduler.schedulers.background import BackgroundScheduler
 from apscheduler.events import EVENT_JOB_ERROR
 from multiprocessing.pool import ThreadPool
-from cm.lib.libbasic_operation import oper_log, send_cli_to_device, send_xmlrpc_to_device, get_rest_info_from_device, get_device_type, get_ip_address
+from cm.lib.libbasic_operation import oper_log, send_cli_to_device, send_command_to_device, send_xmlrpc_to_device, get_rest_info_from_device, get_device_type, get_ip_address
 from cm.lib.postgres_db import DB
 from hive.model.loading import get_model
 from hive.model.query import mark_expire_all
 from hive.notification import send_notification
 from cm.lib.communication import send_https_rest_request, modify_url
 from hive.model.legacycli import cli_parse, RegexParser, MATCHONE
+from hive.utils import andebug
 
 logger = logging.getLogger('hive.debug')
 device_check_pool = ThreadPool(processes=20)
Index: /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/cm/models/configuration/config_file/__init__.py
===================================================================
--- /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/cm/models/configuration/config_file/__init__.py	(revision 2851)
+++ /branches/amp_3_7_2/src/webui/webui/htdocs/new/src/cm/models/configuration/config_file/__init__.py	(working copy)
@@ -16,6 +16,7 @@
 from cm.lib.libbasic_operation import get_ip_address
 from hive.utils import get_current_session
 import copy
+from hive.utils import andebug
 __=_
 """
 class FileType(ANModel):
