color: drop unnecessary global statement
authorSimon Heimberg <simohe@besonet.ch>
Thu, 21 Mar 2013 18:16:49 +0100
changeset 18829 8843182f3514
parent 18828 b718999f2e0b
child 18830 6b827d84d286
color: drop unnecessary global statement
hgext/color.py
--- 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):