diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-28 11:10:59 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-28 11:10:59 +0000 |
commit | 06a66656d7beff62d1e976b5fb876488951c445e (patch) | |
tree | f3c5d6230c3107e5bcdbe7411c8c6210f4f3378c /pavement.py | |
parent | 93dc1331b0190045f96138d5716c009a02d67ae5 (diff) | |
download | numpy-06a66656d7beff62d1e976b5fb876488951c445e.tar.gz |
Do not import numpy.distutils in pavement script - not needed.
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py index 80f188c11..899282dbd 100644 --- a/pavement.py +++ b/pavement.py @@ -43,7 +43,6 @@ except ImportError: import sphinx import distutils -import numpy.distutils try: from paver.tasks import VERSION as _PVER |