diff options
author | prabhu <prabhu@localhost> | 2004-10-13 07:41:34 +0000 |
---|---|---|
committer | prabhu <prabhu@localhost> | 2004-10-13 07:41:34 +0000 |
commit | 2c408050c127c8155b36ac61e0e3d0e095dd1f1e (patch) | |
tree | 99f7aea1d4652510a2ea892f0033a72da331950f /weave/ext_tools.py | |
parent | 8a844dd8e0bbb5168884d5ea9f6e37fc6275104a (diff) | |
download | numpy-2c408050c127c8155b36ac61e0e3d0e095dd1f1e.tar.gz |
BUG: Add missing right parenthesis.
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 8e9f3c016..0579a6e08 100644 --- a/weave/ext_tools.py +++ b/weave/ext_tools.py @@ -212,7 +212,7 @@ class ext_module: info.append(func.customize) #redundant, but easiest place to make sure compiler is set for i in info: - i.set_compiler(self.compiler + i.set_compiler(self.compiler) return info def get_headers(self): |