diff options
author | Scott Moser <smoser@ubuntu.com> | 2013-03-19 09:09:20 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2013-03-19 09:09:20 -0400 |
commit | 6591a7d35add188536dc9db1db0b9ceeaed887d7 (patch) | |
tree | 99154cc36176c50920a30d325153f6e3d3adff72 /tests | |
parent | a904de054f7818137c864e0f3ff728b3764cf457 (diff) | |
parent | f8318f8eec9c8f1c1676ce6a5b5c2c77fa2f7cc5 (diff) | |
download | vyos-cloud-init-6591a7d35add188536dc9db1db0b9ceeaed887d7.tar.gz vyos-cloud-init-6591a7d35add188536dc9db1db0b9ceeaed887d7.zip |
merge from trunk rev 800
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/test_util.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittests/test_util.py b/tests/unittests/test_util.py index 7ff9a57f..5853cb0f 100644 --- a/tests/unittests/test_util.py +++ b/tests/unittests/test_util.py @@ -1,3 +1,5 @@ +# pylint: disable=C0301 +# the mountinfo data lines are too long import os import stat import yaml |