Diff
Differences From Artifact [4aa8b6efaf]:
- File channels/__init__.py — part of check-in [6f314952b9] at 2015-05-02 20:03:36 on branch trunk — Add combined unhtml() utility function for raw page extractors. (user: mario, size: 26296) [annotate] [blame] [check-ins using]
To Artifact [fcabfb47c7]:
- File channels/__init__.py — part of check-in [beebec9c76] at 2015-05-03 20:26:01 on branch trunk — Add some version: bumps and add a few versions to depends: references. (user: mario, size: 26333) [annotate] [blame] [check-ins using]
| ︙ | |||
42 43 44 45 46 47 48 49 50 51 52 53 54 55 | 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
|
| ︙ |