42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# 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):
# control attributes
|
|
|
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
# Only export plugin classes
__all__ = [
"GenericChannel", "ChannelPlugin", "use_rx",
"entity_decode", "strip_tags", "nl", "unhtml", "to_int"
]
#__path__.insert(0, "plugins")#conf.plugin_dir)
# generic channel module ---------------------------------------
class GenericChannel(object):
# control attributes
|