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

Unified Diff: plaso/cli/psort_tool.py

Issue 150170043: [plaso] Made preprocessing artifact driven #155 (Closed)
Patch Set: Changes after review Created 6 years, 9 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
Index: plaso/cli/psort_tool.py
diff --git a/plaso/cli/psort_tool.py b/plaso/cli/psort_tool.py
index c076a6bd8180d70353811fd94d251940bdaf8823..9e87dc5b6e9410cfb2eb9caaed970fa481556fdb 100644
--- a/plaso/cli/psort_tool.py
+++ b/plaso/cli/psort_tool.py
@@ -17,6 +17,7 @@ from plaso import formatters # pylint: disable=unused-import
# The following import makes sure the output modules are registered.
from plaso import output # pylint: disable=unused-import
+from plaso.analysis import manager as analysis_manager
from plaso.cli import status_view
from plaso.cli import tool_options
from plaso.cli import tools

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