diff options
author | David Cournapeau <cournape@gmail.com> | 2009-04-01 16:19:07 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-04-01 16:19:07 +0000 |
commit | 745ebc091aa6e761f9180964ae2c60e1caa92f9a (patch) | |
tree | 063ab530ab386f7b9bfa592172b559d1cae28c97 /setup.py | |
parent | d8fc4ad412c468a92660a8bb6d8b6615ac4292ff (diff) | |
download | numpy-745ebc091aa6e761f9180964ae2c60e1caa92f9a.tar.gz |
Remove missing import.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ basic linear algebra and random number generation. DOCLINES = __doc__.split("\n") import __builtin__ -import subprocess import os import sys import re |