summaryrefslogtreecommitdiff
path: root/tests/unittests/test_distros
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-11-12 22:14:31 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-11-12 22:14:31 -0800
commitc8c2ff830f917a7ddecab21eeecb99a20c2e9805 (patch)
treed3ed7a7862d3c560aaf3c29f7c3f955ce4e46a70 /tests/unittests/test_distros
parentd5aeda9535ab530fd2c09e6ad37443c9013c3b4d (diff)
downloadvyos-cloud-init-c8c2ff830f917a7ddecab21eeecb99a20c2e9805.tar.gz
vyos-cloud-init-c8c2ff830f917a7ddecab21eeecb99a20c2e9805.zip
Pylint and pep8 cleanups.
Diffstat (limited to 'tests/unittests/test_distros')
-rw-r--r--tests/unittests/test_distros/test_sysconfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_distros/test_sysconfig.py b/tests/unittests/test_distros/test_sysconfig.py
index 1e34909d..0c651407 100644
--- a/tests/unittests/test_distros/test_sysconfig.py
+++ b/tests/unittests/test_distros/test_sysconfig.py
@@ -80,4 +80,3 @@ USEMD5=no'''
contents = str(conf)
self.assertIn("Z=d", contents)
self.assertIn("BLAH=b", contents)
-