|
[yoda-svn] r476 - trunk/pyext/yoda/includeblackhole at projects.hepforge.org blackhole at projects.hepforge.orgMon Jul 2 23:38:03 BST 2012
Author: davemallows Date: Mon Jul 2 23:38:03 2012 New Revision: 476 Log: Fixed python wrapper breakage Modified: trunk/pyext/yoda/include/10-AnalysisObject.pyx Modified: trunk/pyext/yoda/include/10-AnalysisObject.pyx ============================================================================== --- trunk/pyext/yoda/include/10-AnalysisObject.pyx Mon Jul 2 23:32:33 2012 (r475) +++ trunk/pyext/yoda/include/10-AnalysisObject.pyx Mon Jul 2 23:38:03 2012 (r476) @@ -19,7 +19,7 @@ return self.thisptr.type().c_str() def annotations(self): - stuff = dict() + d = dict() cdef map[string, string] annotations = self.thisptr.annotations() cdef pair[string, string] obj
More information about the yoda-svn mailing list |