[genders/el5: 2/3] add a new patch to fix python import

David Brown dmlb2000 at fedoraproject.org
Fri Aug 10 18:48:43 UTC 2012


commit 82617fe66529d3ba702bfce4560864a952480413
Author: David Brown <david.brown at pnnl.gov>
Date:   Fri Aug 10 11:20:59 2012 -0700

    add a new patch to fix python import

 genders-1.18-python-import.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/genders-1.18-python-import.patch b/genders-1.18-python-import.patch
new file mode 100644
index 0000000..a7a9af5
--- /dev/null
+++ b/genders-1.18-python-import.patch
@@ -0,0 +1,11 @@
+--- a/src/extensions/python/genders.py	2012-08-10 11:17:36.694320015 -0700
++++ b/src/extensions/python/genders.py	2012-08-10 11:18:49.113307931 -0700
+@@ -25,7 +25,7 @@
+ #  with Genders.  If not, see <http://www.gnu.org/licenses/>.
+ #############################################################################
+ 
+-import exceptions
++from exceptions import SystemError
+ import sys
+ import libgenders
+ 


More information about the scm-commits mailing list