Diff
Differences From Artifact [06b56c7d15]:
- File channels/favicon.py — part of check-in [9520bc51a3] at 2016-12-03 21:23:12 on branch trunk — Removed plugin option background colors. (user: mario, size: 14845) [annotate] [blame] [check-ins using]
To Artifact [8c7cddb000]:
- File channels/favicon.py — part of check-in [88aac7840a] at 2016-12-10 13:55:47 on branch trunk — Use `module = __name__` consistently for all plugins (user: mario, size: 14844) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
70 71 72 73 74 75 76 |
# Hook up as feature plugin
#
class favicon(object):
# plugin attributes
| | | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# Hook up as feature plugin
#
class favicon(object):
# plugin attributes
module = __name__
meta = plugin_meta()
# Register with main
def __init__(self, parent):
# Prepare favicon cache directory
|
| ︙ | ︙ |