[h5py] 287/455: Drop H5 suffix for exceptions

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:42 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit ce3371edbd852ba226eb57817b3a04d164d64f7c
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Thu Jun 18 23:22:33 2009 +0000

    Drop H5 suffix for exceptions
---
 h5py/_stub.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/h5py/_stub.py b/h5py/_stub.py
index aec11cc..8e76381 100644
--- a/h5py/_stub.py
+++ b/h5py/_stub.py
@@ -9,6 +9,6 @@ def generate_class(cls1, cls2):
     """
     class HybridClass(cls1, cls2):
         pass
-    HybridClass.__name__ = cls2.__name__+"H5"
+    HybridClass.__name__ = cls2.__name__
     return HybridClass
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list