aboutsummaryrefslogtreecommitdiff
path: root/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze.test/GazeAnalysis/ExploreExploitRatio.py')
-rw-r--r--src/argaze.test/GazeAnalysis/ExploreExploitRatio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py b/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
index 836edbf..ceef343 100644
--- a/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
+++ b/src/argaze.test/GazeAnalysis/ExploreExploitRatio.py
@@ -22,7 +22,7 @@ from argaze import GazeFeatures
from argaze.GazeAnalysis import ExploreExploitRatio
from argaze.utils import UtilsFeatures
-GazeFeaturesTest = UtilsFeatures.importFromTestPackage('GazeFeatures')
+GazeFeaturesTest = UtilsFeatures.import_from_test_package('GazeFeatures')
class TestScanPathAnalyzer(unittest.TestCase):
"""Test ScanPathAnalyzer class."""