[rhel6-branch 23/30] Get rid of pointless override pylint error.

mulkieran installerbot-noreply at redhat.com
Thu May 28 21:04:28 UTC 2015


From: mulhern <amulhern at redhat.com>

Signed-off-by: mulhern <amulhern at redhat.com>
---
 tests/util_test.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/util_test.py b/tests/util_test.py
index b1468b9..9593941 100644
--- a/tests/util_test.py
+++ b/tests/util_test.py
@@ -7,8 +7,6 @@
 
 class MiscTest(unittest.TestCase):
 
-    longMessage = True
-
     def test_power_of_two(self):
         self.assertFalse(util.power_of_two(None))
         self.assertFalse(util.power_of_two("not a number"))


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/1e195836c7dd3192ce94c1a13af6db3a836b791f


More information about the anaconda-patches mailing list