diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-05-15 16:28:24 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-05-15 16:28:24 -0400 |
commit | 33db529855c0c0746091868c69f5d694bff7b9a8 (patch) | |
tree | 2403214f45234b94263de121baa3b0858fdfc15c /tests/unittests/test_handler | |
parent | b811fddc03511d7325775a68f076829dcb94349a (diff) | |
download | vyos-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.py | 1 |
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)) |