diff options
author | Eric Jones <eric@enthought.com> | 2002-09-23 08:08:49 +0000 |
---|---|---|
committer | Eric Jones <eric@enthought.com> | 2002-09-23 08:08:49 +0000 |
commit | b986d7aaf86ad103ee49d325b85732dcfbe3a19e (patch) | |
tree | 6436dad8fab15f25872ec726bb70ef9062e31979 /weave/ext_tools.py | |
parent | ccc5a06bd857e3e6de81b1a18b3959e3ceacf4aa (diff) | |
download | numpy-b986d7aaf86ad103ee49d325b85732dcfbe3a19e.tar.gz |
made changes necessary to .py files to use the new modified version of scxx.
Diffstat (limited to 'weave/ext_tools.py')
-rw-r--r-- | weave/ext_tools.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weave/ext_tools.py b/weave/ext_tools.py index 11f9777a4..eae6ecfc3 100644 --- a/weave/ext_tools.py +++ b/weave/ext_tools.py @@ -115,7 +115,7 @@ class ext_function_from_specs: dict_code = "if(py_local_dict) \n" \ "{ \n" \ - " PWODict local_dict = PWODict(py_local_dict); \n" + \ + " py::dict local_dict = py::dict(py_local_dict); \n" + \ local_dict_code + \ "} \n" |