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

Unified Diff: plaso/preprocessors/__init__.py

Issue 150170043: [plaso] Made preprocessing artifact driven #155 (Closed)
Patch Set: Changes after review 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
Index: plaso/preprocessors/__init__.py
diff --git a/plaso/preprocessors/__init__.py b/plaso/preprocessors/__init__.py
index 133d9d93b85c29641a5d7537000b64f7e8b358e4..594be95a8ddf68ea7f3fe1c02d1550fc8ec409c9 100644
--- a/plaso/preprocessors/__init__.py
+++ b/plaso/preprocessors/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-"""This file contains an import statement for each preprocess plugin."""
+"""Preprocessor."""
from plaso.preprocessors import linux
-from plaso.preprocessors import macosx
+from plaso.preprocessors import macos
from plaso.preprocessors import windows

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