diff options
Diffstat (limited to 'src/argaze.test/GazeAnalysis/NGram.py')
-rw-r--r-- | src/argaze.test/GazeAnalysis/NGram.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze.test/GazeAnalysis/NGram.py b/src/argaze.test/GazeAnalysis/NGram.py index 7dc0cc7..54986fb 100644 --- a/src/argaze.test/GazeAnalysis/NGram.py +++ b/src/argaze.test/GazeAnalysis/NGram.py @@ -22,7 +22,7 @@ from argaze import GazeFeatures from argaze.GazeAnalysis import NGram from argaze.utils import UtilsFeatures -GazeFeaturesTest = UtilsFeatures.importFromTestPackage('GazeFeatures') +GazeFeaturesTest = UtilsFeatures.import_from_test_package('GazeFeatures') class TestAOIScanPathAnalyzer(unittest.TestCase): """Test AOIScanPathAnalyzer class.""" |