Skip to content

Commit

Permalink
-adjusted test_analysis.py to replace a relative import with an absol…
Browse files Browse the repository at this point in the history
…ute import so that both nosetests test_analysis:Test_Helanal and nosetests test_analysis.py:Test_Helanal call signatures work
  • Loading branch information
tylerjereddy committed Jun 14, 2015
1 parent 18b2983 commit d77bd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/test_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import warnings

from MDAnalysis.tests.datafiles import PSF, DCD, FASTA, PDB_helix, PDB_HOLE, XTC_HOLE, GRO, XTC, waterDCD, waterPSF
from . import executable_not_found_runtime
from MDAnalysisTests import executable_not_found_runtime


class TestContactMatrix(TestCase):
Expand Down

0 comments on commit d77bd84

Please sign in to comment.