From 05f5f39c93c989abfdceaff80972b16b2c55a944 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 6 Sep 2023 07:31:10 +0200 Subject: Renaming MiscFeatures into UtilsFeatures. Removing useless utils scripts. --- src/argaze.test/GazeAnalysis/LempelZivComplexity.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/argaze.test/GazeAnalysis/LempelZivComplexity.py') diff --git a/src/argaze.test/GazeAnalysis/LempelZivComplexity.py b/src/argaze.test/GazeAnalysis/LempelZivComplexity.py index 9f5ec84..1fdc581 100644 --- a/src/argaze.test/GazeAnalysis/LempelZivComplexity.py +++ b/src/argaze.test/GazeAnalysis/LempelZivComplexity.py @@ -11,9 +11,9 @@ import unittest from argaze import GazeFeatures from argaze.GazeAnalysis import LempelZivComplexity -from argaze.utils import MiscFeatures +from argaze.utils import UtilsFeatures -GazeFeaturesTest = MiscFeatures.importFromTestPackage('GazeFeatures') +GazeFeaturesTest = UtilsFeatures.importFromTestPackage('GazeFeatures') class TestAOIScanPathAnalyzer(unittest.TestCase): """Test AOIScanPathAnalyzer class.""" -- cgit v1.1