diff hgext/color.py @ 18829:8843182f3514

color: drop unnecessary global statement
author Simon Heimberg <simohe@besonet.ch>
date Thu, 21 Mar 2013 18:16:49 +0100
parents 323e1267de36
children ac31f586eff7
line wrap: on
line diff
--- a/hgext/color.py	Thu Mar 21 18:16:49 2013 +0100
+++ b/hgext/color.py	Thu Mar 21 18:16:49 2013 +0100
@@ -379,7 +379,6 @@
     return repo.ui.label(thing, label)
 
 def uisetup(ui):
-    global _terminfo_params
     if ui.plain():
         return
     def colorcmd(orig, ui_, opts, cmd, cmdfunc):