diff rhodecode/lib/helpers.py @ 1753:1d1ccb873d00 beta

moved soon-to-be-deleted code from vcs to rhodecode - diff lib - annotate highlighter
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 04 Dec 2011 23:39:32 +0200
parents 8804715404c9
children 39b49c999efb
line wrap: on
line diff
--- a/rhodecode/lib/helpers.py	Sat Dec 03 21:00:36 2011 +0200
+++ b/rhodecode/lib/helpers.py	Sun Dec 04 23:39:32 2011 +0200
@@ -35,7 +35,7 @@
 from webhelpers.html.tags import _set_input_attrs, _set_id_attr, \
     convert_boolean_attrs, NotGiven, _make_safe_id_component
 
-from vcs.utils.annotate import annotate_highlight
+from rhodecode.lib.annotate import annotate_highlight
 from rhodecode.lib.utils import repo_name_slug
 from rhodecode.lib import str2bool, safe_unicode, safe_str, get_changeset_safe