diff options
| author | kenmanheimer <ken.manheimer@gmail.com> | 2011-11-08 17:18:50 -0800 |
|---|---|---|
| committer | kenmanheimer <ken.manheimer@gmail.com> | 2011-11-08 17:18:50 -0800 |
| commit | bdecc840c529d7b2644e0ebf4a6df66939caa5cb (patch) | |
| tree | 71c6e5cbb7e3f93e50ce01044dbcf19a57e8dc67 /docs/tutorials | |
| parent | 0e35fa7c7bc93f143f15ba4ff4bcfb7cfe2129bc (diff) | |
| download | pyramid-bdecc840c529d7b2644e0ebf4a6df66939caa5cb.tar.gz pyramid-bdecc840c529d7b2644e0ebf4a6df66939caa5cb.tar.bz2 pyramid-bdecc840c529d7b2644e0ebf4a6df66939caa5cb.zip | |
Remove unnecessary whitespace.
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/src/authorization/tutorial/security.py | 1 | ||||
| -rw-r--r-- | docs/tutorials/wiki/src/authorization/tutorial/views.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/src/authorization/tutorial/security.py b/docs/tutorials/wiki/src/authorization/tutorial/security.py index cfd13071e..d88c9c71f 100644 --- a/docs/tutorials/wiki/src/authorization/tutorial/security.py +++ b/docs/tutorials/wiki/src/authorization/tutorial/security.py @@ -5,4 +5,3 @@ GROUPS = {'editor':['group:editors']} def groupfinder(userid, request): if userid in USERS: return GROUPS.get(userid, []) - diff --git a/docs/tutorials/wiki/src/authorization/tutorial/views.py b/docs/tutorials/wiki/src/authorization/tutorial/views.py index f4056c241..7ac5eeab6 100644 --- a/docs/tutorials/wiki/src/authorization/tutorial/views.py +++ b/docs/tutorials/wiki/src/authorization/tutorial/views.py @@ -72,4 +72,3 @@ def edit_page(context, request): return dict(page = context, save_url = request.resource_url(context, 'edit_page'), logged_in = logged_in) - |
