diff rhodecode/lib/helpers.py @ 1716:7d1fc253549e beta

notification to commit author + gardening
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 23 Nov 2011 22:46:14 +0200
parents e86191684f4b
children 8804715404c9
line wrap: on
line diff
--- a/rhodecode/lib/helpers.py	Wed Nov 23 22:26:54 2011 +0200
+++ b/rhodecode/lib/helpers.py	Wed Nov 23 22:46:14 2011 +0200
@@ -10,7 +10,7 @@
 import math
 
 from datetime import datetime
-from pygments.formatters import HtmlFormatter
+from pygments.formatters.html import HtmlFormatter
 from pygments import highlight as code_highlight
 from pylons import url, request, config
 from pylons.i18n.translation import _, ungettext