diff rhodecode/controllers/admin/notifications.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents 2aee0dc1784e
children 89efedac4e6c
line wrap: on
line diff
--- a/rhodecode/controllers/admin/notifications.py	Thu Dec 29 06:59:07 2011 +0200
+++ b/rhodecode/controllers/admin/notifications.py	Thu Dec 29 07:35:51 2011 +0200
@@ -21,7 +21,7 @@
     """REST Controller styled on the Atom Publishing Protocol"""
     # To properly map this controller, ensure your config/routing.py
     # file has a resource setup:
-    #     map.resource('notification', 'notifications', controller='_admin/notifications', 
+    #     map.resource('notification', 'notifications', controller='_admin/notifications',
     #         path_prefix='/_admin', name_prefix='_admin_')
 
     @LoginRequired()