summaryrefslogtreecommitdiff
path: root/tests/unittests
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2013-03-07 16:00:35 -0500
committerScott Moser <smoser@ubuntu.com>2013-03-07 16:00:35 -0500
commit8013c284e82349246b2274f5475c138323fd7c55 (patch)
tree46685d9e82499127c925606f9f3471c4b60697a5 /tests/unittests
parentbe8953bf9a27462adb5ce0c5ef6485f0cee47b48 (diff)
downloadvyos-cloud-init-8013c284e82349246b2274f5475c138323fd7c55.tar.gz
vyos-cloud-init-8013c284e82349246b2274f5475c138323fd7c55.zip
pep8
Diffstat (limited to 'tests/unittests')
-rw-r--r--tests/unittests/test_handler/test_handler_growpart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/test_handler/test_handler_growpart.py b/tests/unittests/test_handler/test_handler_growpart.py
index 5df93570..b1b872b0 100644
--- a/tests/unittests/test_handler/test_handler_growpart.py
+++ b/tests/unittests/test_handler/test_handler_growpart.py
@@ -247,6 +247,7 @@ def simple_device_part_info(devpath):
class Bunch:
st_mode = None # fix pylint complaint
+
def __init__(self, **kwds):
self.__dict__.update(kwds)