diff mxtool/mx.py @ 13779:fc5e2c808a23

fixed pylint warnings
author Doug Simon <doug.simon@oracle.com>
date Tue, 28 Jan 2014 12:38:08 +0100
parents 43c7df32d5ab
children 96d5cb754b68
line wrap: on
line diff
--- a/mxtool/mx.py	Tue Jan 28 12:31:31 2014 +0100
+++ b/mxtool/mx.py	Tue Jan 28 12:38:08 2014 +0100
@@ -1564,7 +1564,7 @@
             other = JavaCompliance(other)
 
         return cmp(self.value, other.value)
-    
+
     def __hash__(self):
         return self.value.__hash__()