You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
cd2ef29f87
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@125730 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
348 B
Diff
14 lines
348 B
Diff
--- scikits/ann/__init__.py.orig 2009-08-05 01:11:15.000000000 +0200
|
|
+++ scikits/ann/__init__.py 2009-08-05 01:10:59.000000000 +0200
|
|
@@ -19,8 +19,8 @@
|
|
|
|
from info import __doc__
|
|
|
|
-from numpy.testing import NumpyTest
|
|
-test = NumpyTest().test
|
|
+from numpy.testing import Tester
|
|
+test = Tester().test
|
|
|
|
from scikits.ann.version import __version__
|
|
|