diff pylons_app/lib/utils.py @ 197:da59b7e07e3c

Changed import to base. Removed action logging from auth to simplehg. Splited loggin and invalidation action to private methods inside simplehg.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 22 May 2010 19:29:50 +0200
parents 3d1dd13887f9
children 48727add84c9
line wrap: on
line diff
--- a/pylons_app/lib/utils.py	Sat May 22 19:18:09 2010 +0200
+++ b/pylons_app/lib/utils.py	Sat May 22 19:29:50 2010 +0200
@@ -108,7 +108,7 @@
         region_invalidate(_get_repos_cached, None, *args)
         
     if name == 'full_changelog':
-        from pylons_app.controllers.changelog import _full_changelog_cached
+        from pylons_app.lib.base import _full_changelog_cached
         region_invalidate(_full_changelog_cached, None, *args)
         
 from vcs.backends.base import BaseChangeset