diff -r 217703f760d1 -r 4612cded5176 hgext/highlight/highlight.py --- a/hgext/highlight/highlight.py Mon Feb 08 15:06:26 2010 +0100 +++ b/hgext/highlight/highlight.py Mon Feb 08 15:36:34 2010 +0100 @@ -9,7 +9,7 @@ # file to defer pygments loading and speedup extension setup. from mercurial import demandimport -demandimport.ignore.extend(['pkgutil', 'pkg_resources', '__main__',]) +demandimport.ignore.extend(['pkgutil', 'pkg_resources', '__main__']) from mercurial import util, encoding from pygments import highlight