diff rhodecode/controllers/branches.py @ 1514:87ec80c280bb beta

fixed issues with python2.5 added compat module to rhodecode to have one point of fetching backward incompatible libs.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 07 Oct 2011 02:51:18 +0200
parents b074dfa51292
children da8f1d1b22de 8fdabc8cce1a
line wrap: on
line diff
--- a/rhodecode/controllers/branches.py	Wed Oct 05 00:10:42 2011 +0200
+++ b/rhodecode/controllers/branches.py	Fri Oct 07 02:51:18 2011 +0200
@@ -30,7 +30,7 @@
 
 from rhodecode.lib.auth import LoginRequired, HasRepoPermissionAnyDecorator
 from rhodecode.lib.base import BaseRepoController, render
-from rhodecode.lib.odict import OrderedDict
+from rhodecode.lib.compat import OrderedDict
 from rhodecode.lib import safe_unicode
 log = logging.getLogger(__name__)