File: __init__.py

package info (click to toggle)
python-wikkid 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 756 kB
  • sloc: python: 3,051; makefile: 12
file content (4 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (3)
1
2
3
4
from breezy.commands import plugin_cmds

plugin_cmds.register_lazy('cmd_wikkid', ['wiki'],
                          'breezy.plugins.wikkid.commands')