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

« back to all changes in this revision

Viewing changes to scripts/usrmgt-server

  • Committer: drtomc
  • Date: 2008-02-14 04:59:07 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:460
setup.py: Add a bunch of config stuff we need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 
90
90
actions = {
91
91
        'create-user':create_user,
92
 
        'create-jail':create_jail
 
92
        'init-jail':create_jail
93
93
    }
94
94
 
95
95
def dispatch(props):