# HG changeset patch # User Marcin Kuzminski # Date 1274823663 -7200 # Node ID 4cf00c939e88cba8174053d1941f486717019275 # Parent f7dadd356c79ae89c7a8b73fddefe89298f8e3c0 cleaned unused imports diff -r f7dadd356c79 -r 4cf00c939e88 pylons_app/controllers/hg.py --- 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__)