Mercurial > public > src > rhodecode
diff pylons_app/controllers/hg.py @ 223:4cf00c939e88
cleaned unused imports
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Tue, 25 May 2010 23:41:03 +0200 |
parents | b68b2246e5a6 |
children | a83a1799480c |
line wrap: on
line diff
--- a/pylons_app/controllers/hg.py Tue May 25 23:40:01 2010 +0200 +++ b/pylons_app/controllers/hg.py Tue May 25 23:41:03 2010 +0200 @@ -4,8 +4,6 @@ from operator import itemgetter from pylons import tmpl_context as c, request, config from pylons_app.lib.base import BaseController, render -from pylons_app.lib.utils import get_repo_slug -from pylons_app.model.hg_model import HgModel from pylons_app.lib.auth import LoginRequired log = logging.getLogger(__name__)