diff pylons_app/lib/db_manage.py @ 401:5cd6616b8673

routes python 2.5 compatible added my account settings, some changes to routes mappers for settings to more custom ones
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Jul 2010 01:44:39 +0200
parents a26f48ad7a8a
children 55377fdc1fc6
line wrap: on
line diff
--- a/pylons_app/lib/db_manage.py	Tue Jul 27 15:57:21 2010 +0200
+++ b/pylons_app/lib/db_manage.py	Wed Jul 28 01:44:39 2010 +0200
@@ -177,8 +177,9 @@
                  ('repository.read', 'Repository read access'),
                  ('repository.write', 'Repository write access'),
                  ('repository.admin', 'Repository admin access'),
+                 ('repository.create', 'Repository create'),
                  ('hg.admin', 'Hg Administrator'),
-                 ]
+                ]
         
         for p in perms:
             new_perm = Permission()