diff rhodecode/controllers/admin/users.py @ 692:cb0d9ce6ac5c beta

#50 on point cache invalidation changes. Created cacheInvalidation table cleaned up sa sessions from models, since it wasn't really needed.
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 15 Nov 2010 02:26:19 +0100
parents dd532af216d9
children 1bb0fcdec895
line wrap: on
line diff
--- a/rhodecode/controllers/admin/users.py	Sun Nov 14 22:54:16 2010 +0100
+++ b/rhodecode/controllers/admin/users.py	Mon Nov 15 02:26:19 2010 +0100
@@ -17,7 +17,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 # MA  02110-1301, USA.
-from rhodecode.lib.utils import action_logger
 """
 Created on April 4, 2010
 users controller for pylons