summaryrefslogtreecommitdiff
path: root/weave/ext_tools.py
diff options
context:
space:
mode:
authorEric Jones <eric@enthought.com>2002-09-23 08:08:49 +0000
committerEric Jones <eric@enthought.com>2002-09-23 08:08:49 +0000
commitb986d7aaf86ad103ee49d325b85732dcfbe3a19e (patch)
tree6436dad8fab15f25872ec726bb70ef9062e31979 /weave/ext_tools.py
parentccc5a06bd857e3e6de81b1a18b3959e3ceacf4aa (diff)
downloadnumpy-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.py2
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"