[genders/el5] here's a different patch from upstream

David Brown dmlb2000 at fedoraproject.org
Fri Aug 10 21:19:33 UTC 2012


commit 1792d25fe49bd1b58b575a9baa40d1760a561a95
Author: David Brown <david.brown at pnnl.gov>
Date:   Fri Aug 10 14:15:07 2012 -0700

    here's a different patch from upstream

 genders-1.18-python-import.patch |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/genders-1.18-python-import.patch b/genders-1.18-python-import.patch
index a7a9af5..74409ea 100644
--- a/genders-1.18-python-import.patch
+++ b/genders-1.18-python-import.patch
@@ -1,11 +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
- 
+@@ -110,7 +110,7 @@
+         self.__lgh = libgenders.Libgenders()
+         try:
+             self.__lgh.load_data(filename)
+-        except SytemError:
++        except SystemError:
+             raise Genders.__find_exception(self)
+     def getnodename(self):
+         """


More information about the scm-commits mailing list