aboutsummaryrefslogtreecommitdiff
path: root/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-06 07:31:10 +0200
committerThéo de la Hogue2023-09-06 07:31:10 +0200
commit05f5f39c93c989abfdceaff80972b16b2c55a944 (patch)
treef03521c1a6d72f103ab3337f01038a6c043b0a4c /src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
parent543108b2a30a3baffb7758300653aa053c5d4c1c (diff)
downloadargaze-05f5f39c93c989abfdceaff80972b16b2c55a944.zip
argaze-05f5f39c93c989abfdceaff80972b16b2c55a944.tar.gz
argaze-05f5f39c93c989abfdceaff80972b16b2c55a944.tar.bz2
argaze-05f5f39c93c989abfdceaff80972b16b2c55a944.tar.xz
Renaming MiscFeatures into UtilsFeatures. Removing useless utils scripts.
Diffstat (limited to 'src/argaze.test/GazeAnalysis/NearestNeighborIndex.py')
-rw-r--r--src/argaze.test/GazeAnalysis/NearestNeighborIndex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py b/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
index c434e1e..b682f29 100644
--- a/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
+++ b/src/argaze.test/GazeAnalysis/NearestNeighborIndex.py
@@ -11,9 +11,9 @@ import unittest
from argaze import GazeFeatures
from argaze.GazeAnalysis import NearestNeighborIndex
-from argaze.utils import MiscFeatures
+from argaze.utils import UtilsFeatures
-GazeFeaturesTest = MiscFeatures.importFromTestPackage('GazeFeatures')
+GazeFeaturesTest = UtilsFeatures.importFromTestPackage('GazeFeatures')
class TestScanPathAnalyzer(unittest.TestCase):
"""Test ScanPathAnalyzer class."""