[Python-modules-commits] r23554 - in packages/python-xmp-toolkit/trunk/debian/patches (1 file)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Fri Feb 22 23:33:38 UTC 2013


    Date: Friday, February 22, 2013 @ 23:33:36
  Author: jwilk
Revision: 23554

Don't let patches add newlines at EOF.

Modified:
  packages/python-xmp-toolkit/trunk/debian/patches/fix-deprecated-unittest-methods.diff

Modified: packages/python-xmp-toolkit/trunk/debian/patches/fix-deprecated-unittest-methods.diff
===================================================================
--- packages/python-xmp-toolkit/trunk/debian/patches/fix-deprecated-unittest-methods.diff	2013-02-22 23:32:01 UTC (rev 23553)
+++ packages/python-xmp-toolkit/trunk/debian/patches/fix-deprecated-unittest-methods.diff	2013-02-22 23:33:36 UTC (rev 23554)
@@ -26,13 +26,6 @@
  		self.assert_( xmp1 != xmp2, "XMP1 is not equal XMP2" )
  		del xmp1
  		del xmp2
-@@ -203,4 +203,4 @@
- 
- if __name__ == "__main__":
- 	#test()
--	unittest.main()
-\ No newline at end of file
-+	unittest.main()
 --- a/test/test_files.py
 +++ b/test/test_files.py
 @@ -53,7 +53,7 @@
@@ -53,10 +46,3 @@
  	
  	def test_put_xmp(self):
  		pass
-@@ -201,4 +201,4 @@
- 
- if __name__ == "__main__":
- 	#test()
--	unittest.main()
-\ No newline at end of file
-+	unittest.main()




More information about the Python-modules-commits mailing list