General code refactor.

This commit is contained in:
Mike Auty
2014-12-30 03:43:36 +00:00
parent 3395ade2fa
commit 38b0791233
5 changed files with 10 additions and 8 deletions
+3
View File
@@ -5,10 +5,13 @@ import os
import sys
import logging
import inspect
import volatility.plugins as plugins
logger = logging.getLogger(__name__)
def class_subclasses(cls):
"""Returns all the (recursive) subclasses of a given class"""
if not inspect.isclass(cls):