rpms/pychess/devel pychess-0.8-sitelib.patch,1.1,1.2

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Thu Feb 21 18:09:50 UTC 2008


Author: sindrepb

Update of /cvs/pkgs/rpms/pychess/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30928

Modified Files:
	pychess-0.8-sitelib.patch 
Log Message:
fix patch

pychess-0.8-sitelib.patch:

Index: pychess-0.8-sitelib.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pychess/devel/pychess-0.8-sitelib.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pychess-0.8-sitelib.patch	21 Feb 2008 18:04:54 -0000	1.1
+++ pychess-0.8-sitelib.patch	21 Feb 2008 18:09:40 -0000	1.2
@@ -5,7 +5,7 @@
  from xml.dom import minidom
  from xml.parsers.expat import ExpatError
 -import os, md5, imp
-+import os, md5, distutils.sysconfig #imp
++import os, md5, distutils.sysconfig, imp
  from threading import Thread
  
  from gobject import GObject, SIGNAL_RUN_FIRST, TYPE_NONE




More information about the fedora-extras-commits mailing list