Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3796)

Unified Diff: plaso/cli/extraction_tool.py

Issue 324840043: [plaso] Refactored status view tool into status view #160 (Closed)
Patch Set: Refactored status view tool into status view #160 Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « plaso/cli/extract_analyze_tool.py ('k') | plaso/cli/log2timeline_tool.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plaso/cli/extraction_tool.py
diff --git a/plaso/cli/extraction_tool.py b/plaso/cli/extraction_tool.py
index c745a440b136e263e9cb300d655a12a51db1c888..1c8afed127411e9ae65c0cd20c0bb48bf1cba842 100644
--- a/plaso/cli/extraction_tool.py
+++ b/plaso/cli/extraction_tool.py
@@ -14,7 +14,7 @@ from plaso import analyzers # pylint: disable=unused-import
from plaso import parsers # pylint: disable=unused-import
from plaso.analyzers.hashers import manager as hashers_manager
-from plaso.cli import status_view_tool
+from plaso.cli import storage_media_tool
from plaso.cli import views
from plaso.lib import definitions
from plaso.lib import errors
@@ -23,7 +23,7 @@ from plaso.parsers import manager as parsers_manager
from plaso.parsers import presets as parsers_presets
-class ExtractionTool(status_view_tool.StatusViewTool):
+class ExtractionTool(storage_media_tool.StorageMediaTool):
"""Class that implements an extraction CLI tool.
Attributes:
« no previous file with comments | « plaso/cli/extract_analyze_tool.py ('k') | plaso/cli/log2timeline_tool.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b