diff rhodecode/__init__.py @ 1541:70e646b2806a beta

fixes rhodecode upgrade problem that caused setuptool to crash on importing sqlalchemy models
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 11 Oct 2011 02:14:42 +0200
parents 5383780b5fe4
children 752b0a7b7679 64e91067b996
line wrap: on
line diff
--- a/rhodecode/__init__.py	Tue Oct 11 01:08:23 2011 +0200
+++ b/rhodecode/__init__.py	Tue Oct 11 02:14:42 2011 +0200
@@ -35,7 +35,7 @@
 PLATFORM_OTHERS = ('Linux', 'Darwin', 'FreeBSD', 'OpenBSD', 'SunOS')
 
 try:
-    from rhodecode.lib.utils import get_current_revision
+    from rhodecode.lib import get_current_revision
     _rev = get_current_revision()
 except ImportError:
     #this is needed when doing some setup.py operations