[Python-modules-commits] r19927 - in packages/cssutils/trunk/debian/patches (1 file)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Sun Jan 8 15:34:43 UTC 2012


    Date: Sunday, January 8, 2012 @ 15:34:41
  Author: cjsmo-guest
Revision: 19927

rm 02_combine_typo_fix.patch not needed

Deleted:
  packages/cssutils/trunk/debian/patches/02_combine_typo_fix.patch

Deleted: packages/cssutils/trunk/debian/patches/02_combine_typo_fix.patch
===================================================================
--- packages/cssutils/trunk/debian/patches/02_combine_typo_fix.patch	2012-01-08 14:36:09 UTC (rev 19926)
+++ packages/cssutils/trunk/debian/patches/02_combine_typo_fix.patch	2012-01-08 15:34:41 UTC (rev 19927)
@@ -1,23 +0,0 @@
-Description: Corrects a typo in csscombine.py
-Author: Charlie Smotherman <cjsmo at cableone.net>
-
-Index: cssutils-0.9.8~a3/src/cssutils/scripts/csscombine.py
-===================================================================
---- cssutils-0.9.8~a3.orig/src/cssutils/scripts/csscombine.py	2011-11-21 13:28:12.882442102 -0600
-+++ cssutils-0.9.8~a3/src/cssutils/scripts/csscombine.py	2011-11-21 13:28:48.466442172 -0600
-@@ -54,7 +54,7 @@
- __docformat__ = 'restructuredtext'
- __version__ = '$Id$'
- 
--from cssutils.script import csscombine
-+from cssutils.scripts import csscombine
- import optparse
- import sys
- 
-@@ -91,4 +91,4 @@
- 
- 
- if __name__ == '__main__':
--    sys.exit(main())
-\ No newline at end of file
-+    sys.exit(main())




More information about the Python-modules-commits mailing list