diff rhodecode/controllers/branches.py @ 629:7e536d1af60d beta

Code refactoring,models renames cleaned up sqlalchemy sessions, added cache support to most queries in models fixed test.ini file
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 21 Oct 2010 01:38:14 +0200
parents 1e757ac98988
children 7486da5f0628
line wrap: on
line diff
--- a/rhodecode/controllers/branches.py	Wed Oct 20 18:11:11 2010 +0200
+++ b/rhodecode/controllers/branches.py	Thu Oct 21 01:38:14 2010 +0200
@@ -26,7 +26,7 @@
 from rhodecode.lib.auth import LoginRequired, HasRepoPermissionAnyDecorator
 from rhodecode.lib.base import BaseController, render
 from rhodecode.lib.utils import OrderedDict
-from rhodecode.model.hg_model import HgModel
+from rhodecode.model.hg import HgModel
 import logging
 log = logging.getLogger(__name__)