Hiya,
Volatility 2.x imports all .py (or .pyc if no .py with the same name is
found) under the plugin directories recursively. The --plugins
parameter can be a colon separated list of directories to be treated as
part of the plugins namespace. Once these files have been imported, all
classes derived from the Command class are displayed as plugins. If
your class inherits from object and does not have Command somewhere in
its inheritance tree, then it won't show up in the output from --info
and will not be usable...
Hope that helps?
Mike 5:)