From e76b5fa6896c09257181675bbf4cf47789d32927 Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Sat, 15 Dec 2007 18:54:52 +0000 Subject: Create a branch for io work in NumPy --- numpy/numarray/convolve.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 numpy/numarray/convolve.py (limited to 'numpy/numarray/convolve.py') diff --git a/numpy/numarray/convolve.py b/numpy/numarray/convolve.py deleted file mode 100644 index 68a4730a1..000000000 --- a/numpy/numarray/convolve.py +++ /dev/null @@ -1,14 +0,0 @@ -try: - from stsci.convolve import * -except ImportError: - try: - from scipy.stsci.convolve import * - except ImportError: - msg = \ -"""The convolve package is not installed. - -It can be downloaded by checking out the latest source from -http://svn.scipy.org/svn/scipy/trunk/Lib/stsci or by downloading and -installing all of SciPy from http://www.scipy.org. -""" - raise ImportError(msg) -- cgit v1.2.1