diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-03-07 14:54:25 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-03-07 14:54:25 -0500 |
commit | dca9b6c94e10f9f42ad0f129ae6fd38ebb44f4b5 (patch) | |
tree | 0b4ac8f1e658e07bda378c75b5fb33940a14265b /tests/unittests/helpers.py | |
parent | 90ed3dee9672ba2756dd4a303f94e3de47e70404 (diff) | |
download | vyos-cloud-init-dca9b6c94e10f9f42ad0f129ae6fd38ebb44f4b5.tar.gz vyos-cloud-init-dca9b6c94e10f9f42ad0f129ae6fd38ebb44f4b5.zip |
pep8 and pylint fixes
Diffstat (limited to 'tests/unittests/helpers.py')
-rw-r--r-- | tests/unittests/helpers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/helpers.py b/tests/unittests/helpers.py index 91a50e18..904677f1 100644 --- a/tests/unittests/helpers.py +++ b/tests/unittests/helpers.py @@ -183,6 +183,7 @@ class FilesystemMockingTestCase(ResourceUsingTestCase): setattr(mod, f, trap_func) self.patched_funcs.append((mod, f, func)) + def populate_dir(path, files): os.makedirs(path) for (name, content) in files.iteritems(): |