diff hgext/gpg.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 08a0f04b56bd
children f77f3383c666
line wrap: on
line diff
--- a/hgext/gpg.py	Mon Feb 08 15:06:26 2010 +0100
+++ b/hgext/gpg.py	Mon Feb 08 15:36:34 2010 +0100
@@ -90,7 +90,7 @@
             if not l:
                 continue
             yield (l.split(" ", 2), (context, ln))
-            ln +=1
+            ln += 1
 
     # read the heads
     fl = repo.file(".hgsigs")