summaryrefslogtreecommitdiff
path: root/tests/daemon/test_daemon.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/daemon/test_daemon.py')
-rw-r--r--tests/daemon/test_daemon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/daemon/test_daemon.py b/tests/daemon/test_daemon.py
index 263af49..77b4e3e 100644
--- a/tests/daemon/test_daemon.py
+++ b/tests/daemon/test_daemon.py
@@ -15,9 +15,9 @@
# Requires Python 2.4+ and Openssl 1.0+
#
-from tests.tools import *
-from azurelinuxagent.common.exception import *
from azurelinuxagent.daemon import *
+from tests.tools import *
+
class MockDaemonCall(object):
def __init__(self, daemon_handler, count):