diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | tests/unittests/test_handler/test_handler_seed_random.py | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -25,6 +25,7 @@ - multi_log: only write to /dev/console if it exists [Garrett Holmstrom] - config/cloud.cfg: add 'sudo' to list groups for the default user (LP: #1228228) + - documentation fix for use of 'mkpasswd' [Eric Nordlund] 0.7.2: - add a debian watch file - add 'sudo' entry to ubuntu's default user (LP: #1080717) diff --git a/tests/unittests/test_handler/test_handler_seed_random.py b/tests/unittests/test_handler/test_handler_seed_random.py index 1c0d284c..2b21ac02 100644 --- a/tests/unittests/test_handler/test_handler_seed_random.py +++ b/tests/unittests/test_handler/test_handler_seed_random.py @@ -22,7 +22,6 @@ import base64 import gzip import tempfile - from StringIO import StringIO from cloudinit import cloud |