Blame SOURCES/disable-encoding-check.patch

9b0464
diff -Naur -Naru prettytable-0.7.2.orig/prettytable_test.py prettytable-0.7.2/prettytable_test.py
9b0464
--- prettytable-0.7.2.orig/prettytable_test.py	2013-04-06 23:43:12.000000000 +0000
9b0464
+++ prettytable-0.7.2/prettytable_test.py	2014-01-07 18:49:26.017977139 +0000
9b0464
@@ -582,7 +582,7 @@
9b0464
 
9b0464
     def testPrint(self):
9b0464
         print()
9b0464
-        print(self.x)
9b0464
+        #print(self.x)
9b0464
 
9b0464
 if __name__ == "__main__":
9b0464
     unittest.main()