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

Unified Diff: rekall/plugins/renderers/__init__.py

Issue 170760043: Support for OS X 10.10 Yosemite and associated bugfixes. (Closed) Base URL: git@github.com:google/rekall.git@master
Patch Set: Fixes as per Michael's comments. Created 9 years, 5 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 | « rekall/plugins/overlays/darwin/darwin.py ('k') | rekall/plugins/renderers/entities.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rekall/plugins/renderers/__init__.py
diff --git a/rekall/plugins/renderers/__init__.py b/rekall/plugins/renderers/__init__.py
index c28dc721edc756ff619a336e2c32f5d86fa734e7..c0edcbb915324028a99bb2e644deddebc7990e3f 100644
--- a/rekall/plugins/renderers/__init__.py
+++ b/rekall/plugins/renderers/__init__.py
@@ -2,11 +2,11 @@
# pylint: disable=unused-import
from rekall.plugins.renderers import data_export
+from rekall.plugins.renderers import entities
from rekall.plugins.renderers import json_storage
+from rekall.plugins.renderers import windows
try:
from rekall.plugins.renderers import xls
except ImportError:
pass
-
-from rekall.plugins.renderers import windows
« no previous file with comments | « rekall/plugins/overlays/darwin/darwin.py ('k') | rekall/plugins/renderers/entities.py » ('j') | no next file with comments »

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