[Scipy-svn] r4738 - in trunk/scipy/io: arff tests
scipy-svn@scip...
scipy-svn@scip...
Sat Sep 20 18:00:14 CDT 2008
Author: alan.mcintyre
Date: 2008-09-20 18:00:11 -0500 (Sat, 20 Sep 2008)
New Revision: 4738
Modified:
trunk/scipy/io/arff/arffread.py
trunk/scipy/io/tests/test_mmio.py
Log:
Remove unused imports.
Modified: trunk/scipy/io/arff/arffread.py
===================================================================
--- trunk/scipy/io/arff/arffread.py 2008-09-18 21:20:05 UTC (rev 4737)
+++ trunk/scipy/io/arff/arffread.py 2008-09-20 23:00:11 UTC (rev 4738)
@@ -2,7 +2,6 @@
# Last Change: Mon Aug 20 08:00 PM 2007 J
import re
import itertools
-import sys
import numpy as np
Modified: trunk/scipy/io/tests/test_mmio.py
===================================================================
--- trunk/scipy/io/tests/test_mmio.py 2008-09-18 21:20:05 UTC (rev 4737)
+++ trunk/scipy/io/tests/test_mmio.py 2008-09-20 23:00:11 UTC (rev 4738)
@@ -4,7 +4,6 @@
from numpy import array,transpose
from numpy.testing import *
-import scipy
import scipy.sparse
from scipy.io.mmio import mminfo,mmread,mmwrite
More information about the Scipy-svn
mailing list