diff rhodecode/lib/celerylib/__init__.py @ 2165:dc2584ba5fbc

merged beta into default branch
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 28 Mar 2012 19:54:16 +0200
parents 82a88013a3fd 8ecfed1d8f8b
children edfff9f37916
line wrap: on
line diff
--- a/rhodecode/lib/celerylib/__init__.py	Sat Mar 03 03:41:19 2012 +0200
+++ b/rhodecode/lib/celerylib/__init__.py	Wed Mar 28 19:54:16 2012 +0200
@@ -36,7 +36,7 @@
 
 from rhodecode.lib.vcs.utils.lazy import LazyProperty
 from rhodecode import CELERY_ON
-from rhodecode.lib import str2bool, safe_str
+from rhodecode.lib.utils2 import str2bool, safe_str
 from rhodecode.lib.pidlock import DaemonLock, LockHeld
 from rhodecode.model import init_model
 from rhodecode.model import meta