diff options
author | Eric Jones <eric@enthought.com> | 2002-02-14 21:22:22 +0000 |
---|---|---|
committer | Eric Jones <eric@enthought.com> | 2002-02-14 21:22:22 +0000 |
commit | 635ec7216d6c5c52b966a080054067577aee3882 (patch) | |
tree | f2f4098c17324ff782dd426188cb6062af8d8db2 /weave/inline_tools.py | |
parent | 3e4586635bf5443887c4b781d4aa0a3cfc4a2a0a (diff) | |
download | numpy-635ec7216d6c5c52b966a080054067577aee3882.tar.gz |
major refactoring -- renamed _specification classes to _converter. Moved all conversion lists to the converters.py module
Diffstat (limited to 'weave/inline_tools.py')
-rw-r--r-- | weave/inline_tools.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weave/inline_tools.py b/weave/inline_tools.py index 6c6cba156..14ece3514 100644 --- a/weave/inline_tools.py +++ b/weave/inline_tools.py @@ -445,3 +445,4 @@ def test_suite(): if __name__ == "__main__": test_function() + |