summaryrefslogtreecommitdiff
path: root/tests/unittests/test_handler
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-05-15 16:28:24 -0400
committerScott Moser <smoser@ubuntu.com>2015-05-15 16:28:24 -0400
commit33db529855c0c0746091868c69f5d694bff7b9a8 (patch)
tree2403214f45234b94263de121baa3b0858fdfc15c /tests/unittests/test_handler
parentb811fddc03511d7325775a68f076829dcb94349a (diff)
downloadvyos-cloud-init-33db529855c0c0746091868c69f5d694bff7b9a8.tar.gz
vyos-cloud-init-33db529855c0c0746091868c69f5d694bff7b9a8.zip
pep8 fixes
Diffstat (limited to 'tests/unittests/test_handler')
-rw-r--r--tests/unittests/test_handler/test_handler_apt_configure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/test_handler/test_handler_apt_configure.py b/tests/unittests/test_handler/test_handler_apt_configure.py
index 4a74ea47..1ed185ca 100644
--- a/tests/unittests/test_handler/test_handler_apt_configure.py
+++ b/tests/unittests/test_handler/test_handler_apt_configure.py
@@ -8,6 +8,7 @@ import re
import shutil
import tempfile
+
def load_tfile_or_url(*args, **kwargs):
return(util.decode_binary(util.read_file_or_url(*args, **kwargs).contents))