diff rhodecode/controllers/shortlog.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/shortlog.py	Wed Oct 20 18:11:11 2010 +0200
+++ b/rhodecode/controllers/shortlog.py	Thu Oct 21 01:38:14 2010 +0200
@@ -25,7 +25,7 @@
 from pylons import tmpl_context as c, request
 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 webhelpers.paginate import Page
 import logging
 log = logging.getLogger(__name__)