summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-08-06 11:32:04 +0100
committerScott Moser <smoser@ubuntu.com>2013-08-06 11:32:04 +0100
commit13566b6833e9bca2a5c1bbe9ad7639089f170c4a (patch)
tree871610d54905fcc995c490c02482e41cd324309d /tests
parent58cfc129165d10dc00c7dc2bdd1422a43f270443 (diff)
downloadvyos-cloud-init-13566b6833e9bca2a5c1bbe9ad7639089f170c4a.tar.gz
vyos-cloud-init-13566b6833e9bca2a5c1bbe9ad7639089f170c4a.zip
remove unused imports
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_handler/test_handler_apt_configure.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unittests/test_handler/test_handler_apt_configure.py b/tests/unittests/test_handler/test_handler_apt_configure.py
index 07267dbd..22c0db80 100644
--- a/tests/unittests/test_handler/test_handler_apt_configure.py
+++ b/tests/unittests/test_handler/test_handler_apt_configure.py
@@ -5,8 +5,6 @@ from cloudinit import util
from cloudinit.config import cc_apt_configure
-import errno
-import logging
import os
import re