hgext/highlight/highlight.py
changeset 10394 4612cded5176
parent 10263 25e572394f5c
child 10959 d1f4657f55e4
--- 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