changeset 223:4cf00c939e88

cleaned unused imports
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 25 May 2010 23:41:03 +0200
parents f7dadd356c79
children fdcef6ea3b55
files pylons_app/controllers/hg.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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__)