From: <sv...@ww...> - 2007-04-09 03:13:43
|
Author: mkrose Date: 2007-04-08 20:13:29 -0700 (Sun, 08 Apr 2007) New Revision: 2072 Modified: trunk/csp/csplib/__init__.py Log: Remove explicit hash_string alias in csplib/__init__.py since the alias is already done through a swig %rename directive in csplib/util/swig/HashUtility.i. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=2072 Modified: trunk/csp/csplib/__init__.py =================================================================== --- trunk/csp/csplib/__init__.py 2007-04-08 02:39:46 UTC (rev 2071) +++ trunk/csp/csplib/__init__.py 2007-04-09 03:13:29 UTC (rev 2072) @@ -61,8 +61,6 @@ libexc.has_trace = __libexc_has_trace libexc.details = __libexc_details -hash_string = _csplib.newhasht_cstring - ## Specialized Link class for Python. This class behaves like ## Object, but automatically combines C++ and Python reference ## counting to handle object lifetime in a sane way. Both C++ |