summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-03-28 11:10:59 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-03-28 11:10:59 +0000
commit06a66656d7beff62d1e976b5fb876488951c445e (patch)
treef3c5d6230c3107e5bcdbe7411c8c6210f4f3378c /pavement.py
parent93dc1331b0190045f96138d5716c009a02d67ae5 (diff)
downloadnumpy-06a66656d7beff62d1e976b5fb876488951c445e.tar.gz
Do not import numpy.distutils in pavement script - not needed.
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py1
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