Skip to content

Commit

Permalink
Merge pull request numpy#5274 from chatcannon/fix-testing-cyclic-import
Browse files Browse the repository at this point in the history
TST: Fix ImportError in runtests.py (fixes numpy#5273)
  • Loading branch information
charris committed Nov 12, 2014
2 parents 975267d + 0f171d9 commit 25aff4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions numpy/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from unittest import TestCase

from . import decorators as dec
from .nosetester import run_module_suite, NoseTester as Tester
from .utils import *
from .nosetester import NoseTester as Tester
from .nosetester import run_module_suite
test = Tester().test

0 comments on commit 25aff4d

Please sign in to comment.