diff hgext/highlight/highlight.py @ 10394:4612cded5176

fix coding style (reported by pylint)
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 08 Feb 2010 15:36:34 +0100
parents 25e572394f5c
children d1f4657f55e4
line wrap: on
line diff
--- 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