summaryrefslogtreecommitdiff
path: root/weave/common_spec.py
diff options
context:
space:
mode:
authorEric Jones <eric@enthought.com>2002-01-17 04:55:19 +0000
committerEric Jones <eric@enthought.com>2002-01-17 04:55:19 +0000
commitd7f048bc01cf4d21cc4b167bb29bc23a8bc2c8a5 (patch)
tree90c1f28e5a1262fdf68e3db5b9c83287369419bd /weave/common_spec.py
parent18eb840d1ff968459c64a73a2131cc50be67c7cb (diff)
downloadnumpy-d7f048bc01cf4d21cc4b167bb29bc23a8bc2c8a5.tar.gz
fixing a few typos
Diffstat (limited to 'weave/common_spec.py')
-rwxr-xr-xweave/common_spec.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/weave/common_spec.py b/weave/common_spec.py
index 1c874e401..559cd4d38 100755
--- a/weave/common_spec.py
+++ b/weave/common_spec.py
@@ -30,7 +30,6 @@ class file_specification(common_base_specification):
# 'FILE* %s = convert_to_file(py_%s,"%s");\n' % \
# (self.name,var_name,self.name,self.name,self.name)
code = 'PyObject* py_%s = %s;\n' \
- 'PyObject* py_%s = %s;\n' \
'FILE* %s = x__file_converter.convert_to_file(py_%s,"%s");\n' % \
(self.name,var_name,self.name,self.name,self.name)
return code