diff rhodecode/controllers/changeset.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 7fcc539e20b1
children ffd07396d315
line wrap: on
line diff
--- a/rhodecode/controllers/changeset.py	Wed Oct 20 18:11:11 2010 +0200
+++ b/rhodecode/controllers/changeset.py	Thu Oct 21 01:38:14 2010 +0200
@@ -27,7 +27,7 @@
 from pylons.controllers.util import redirect
 from rhodecode.lib.auth import LoginRequired, HasRepoPermissionAnyDecorator
 from rhodecode.lib.base import BaseController, render
-from rhodecode.model.hg_model import HgModel
+from rhodecode.model.hg import HgModel
 from vcs.exceptions import RepositoryError, ChangesetError
 from vcs.nodes import FileNode
 from vcs.utils import diffs as differ