Skip to content

Commit

Permalink
Absolute imports in Tracking
Browse files Browse the repository at this point in the history
Fixes dipy#1001
  • Loading branch information
theaverageguy committed Mar 23, 2016
1 parent 058d9b8 commit 7be0cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipy/tracking/tests/test_metrics.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
''' Testing track_metrics module '''
from __future__ import division, print_function, absolute_import

from ...utils.six.moves import xrange
from dipy.utils.six.moves import xrange

import numpy as np
from nose.tools import assert_true, assert_false, assert_equal, assert_almost_equal
Expand Down

0 comments on commit 7be0cc3

Please sign in to comment.