diff options
Diffstat (limited to 'tests/unittests/test_handler/test_handler_seed_random.py')
-rwxr-xr-x[-rw-r--r--] | tests/unittests/test_handler/test_handler_seed_random.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unittests/test_handler/test_handler_seed_random.py b/tests/unittests/test_handler/test_handler_seed_random.py index 1b0675bb..1c0d284c 100644..100755 --- a/tests/unittests/test_handler/test_handler_seed_random.py +++ b/tests/unittests/test_handler/test_handler_seed_random.py @@ -19,8 +19,9 @@ from cloudinit.config import cc_seed_random import base64 -import tempfile import gzip +import tempfile + from StringIO import StringIO |