diff rhodecode/lib/base.py @ 2109:8ecfed1d8f8b beta

utils/conf - created temporary utils2 - made config.conf for storing some configurations - fixed some dependency import problems - code cleanup - rc-extensions now properly work for celery
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 07 Mar 2012 02:18:22 +0200
parents 5b12cbae0b50
children 9f5582151d53
line wrap: on
line diff
--- a/rhodecode/lib/base.py	Wed Mar 07 00:27:43 2012 +0200
+++ b/rhodecode/lib/base.py	Wed Mar 07 02:18:22 2012 +0200
@@ -15,7 +15,7 @@
 
 from rhodecode import __version__, BACKENDS
 
-from rhodecode.lib import str2bool, safe_unicode
+from rhodecode.lib.utils2 import str2bool, safe_unicode
 from rhodecode.lib.auth import AuthUser, get_container_username, authfunc,\
     HasPermissionAnyMiddleware, CookieStoreWrapper
 from rhodecode.lib.utils import get_repo_slug, invalidate_cache