changeset 13779:fc5e2c808a23

fixed pylint warnings
author Doug Simon <doug.simon@oracle.com>
date Tue, 28 Jan 2014 12:38:08 +0100
parents 0be9a42f28e7
children d6ac7ebead35
files mxtool/mx.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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__()