aboutsummaryrefslogtreecommitdiff
path: root/src/argaze.test/GazeAnalysis/KCoefficient.py
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-03 11:16:04 +0200
committerThéo de la Hogue2024-04-03 11:16:04 +0200
commit9a979238fceb86d3a59a6f2fa1f9146b1313a33b (patch)
tree563a2a9b4f8dc32805335441cbf0c7308e4b066b /src/argaze.test/GazeAnalysis/KCoefficient.py
parent45aedc77e26c1c99061da6ea923ed11b36537829 (diff)
downloadargaze-9a979238fceb86d3a59a6f2fa1f9146b1313a33b.zip
argaze-9a979238fceb86d3a59a6f2fa1f9146b1313a33b.tar.gz
argaze-9a979238fceb86d3a59a6f2fa1f9146b1313a33b.tar.bz2
argaze-9a979238fceb86d3a59a6f2fa1f9146b1313a33b.tar.xz
Downcasing function names.
Diffstat (limited to 'src/argaze.test/GazeAnalysis/KCoefficient.py')
-rw-r--r--src/argaze.test/GazeAnalysis/KCoefficient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze.test/GazeAnalysis/KCoefficient.py b/src/argaze.test/GazeAnalysis/KCoefficient.py
index 83768c3..d6af6b6 100644
--- a/src/argaze.test/GazeAnalysis/KCoefficient.py
+++ b/src/argaze.test/GazeAnalysis/KCoefficient.py
@@ -22,7 +22,7 @@ from argaze import GazeFeatures
from argaze.GazeAnalysis import KCoefficient
from argaze.utils import UtilsFeatures
-GazeFeaturesTest = UtilsFeatures.importFromTestPackage('GazeFeatures')
+GazeFeaturesTest = UtilsFeatures.import_from_test_package('GazeFeatures')
class TestScanPathAnalyzer(unittest.TestCase):
"""Test ScanPathAnalyzer class."""