diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-03-07 16:00:35 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-03-07 16:00:35 -0500 |
commit | 8013c284e82349246b2274f5475c138323fd7c55 (patch) | |
tree | 46685d9e82499127c925606f9f3471c4b60697a5 /tests | |
parent | be8953bf9a27462adb5ce0c5ef6485f0cee47b48 (diff) | |
download | vyos-cloud-init-8013c284e82349246b2274f5475c138323fd7c55.tar.gz vyos-cloud-init-8013c284e82349246b2274f5475c138323fd7c55.zip |
pep8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/test_handler/test_handler_growpart.py | 1 |
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) |