diff options
author | Théo de la Hogue | 2023-09-06 07:31:10 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-09-06 07:31:10 +0200 |
commit | 05f5f39c93c989abfdceaff80972b16b2c55a944 (patch) | |
tree | f03521c1a6d72f103ab3337f01038a6c043b0a4c /src/argaze.test/GazeAnalysis/ExploitExploreRatio.py | |
parent | 543108b2a30a3baffb7758300653aa053c5d4c1c (diff) | |
download | argaze-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/ExploitExploreRatio.py')
-rw-r--r-- | src/argaze.test/GazeAnalysis/ExploitExploreRatio.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argaze.test/GazeAnalysis/ExploitExploreRatio.py b/src/argaze.test/GazeAnalysis/ExploitExploreRatio.py index d788a42..0e6b74a 100644 --- a/src/argaze.test/GazeAnalysis/ExploitExploreRatio.py +++ b/src/argaze.test/GazeAnalysis/ExploitExploreRatio.py @@ -11,9 +11,9 @@ import unittest from argaze import GazeFeatures from argaze.GazeAnalysis import ExploitExploreRatio -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.""" |