@@ -44,10 +44,11 @@ # Only export plugin classes __all__ = [ "GenericChannel", "ChannelPlugin", "use_rx", "entity_decode", "strip_tags", "nl", "unhtml", "to_int" ] +#__path__.insert(0, conf.plugin_dir) # generic channel module --------------------------------------- class GenericChannel(object):