Rerun pylint with pycharm-5 and fix pep8 issues as well.

This commit is contained in:
Mike Auty
2015-11-21 13:12:00 +00:00
parent 860fc416c0
commit d258c56991
21 changed files with 61 additions and 72 deletions
+2 -3
View File
@@ -1,14 +1,13 @@
# TODO: Code to import all the py/pyc files available (but not both).
# TODO: Code to return a none-instantiated list of plugin classes.
import inspect
import logging
import os
import sys
import logging
import inspect
import volatility.plugins as plugins
logger = logging.getLogger(__name__)