~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/dispatch/__init__.py

  • Committer: Nick Chadwick
  • Date: 2009-02-09 04:26:32 UTC
  • mto: (1099.1.100 new-dispatch)
  • mto: This revision was merged to the branch mainline in revision 1100.
  • Revision ID: chadnickbok@gmail.com-20090209042632-5m8x1gg8hjif9hfe
Added help to the plugins hack in dispatch.

This is also a commit to test the bind/unbind features of bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    'ivle.webapp.console#Plugin',
63
63
    'ivle.webapp.security#Plugin',
64
64
    'ivle.webapp.media#Plugin',
 
65
    'ivle.webapp.help#Plugin',
65
66
66
67
 
67
68
def generate_route_mapper(view_plugins):