Mercurial > public > src > rhodecode
changeset 200:b48ebda822a4
removed unneded imports from auth
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sat, 22 May 2010 20:48:05 +0200 |
parents | 78e406a4c58e |
children | 5af2cd31c99b |
files | pylons_app/lib/auth.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/pylons_app/lib/auth.py Sat May 22 20:47:34 2010 +0200 +++ b/pylons_app/lib/auth.py Sat May 22 20:48:05 2010 +0200 @@ -1,5 +1,3 @@ -from datetime import datetime -from decorator import decorator from functools import wraps from pylons import session, url from pylons.controllers.util import abort, redirect