comparison hgext/color.py @ 18921:ac31f586eff7

color: add missing import of error Found using Cython.
author Bryan O'Sullivan <bryano@fb.com>
date Fri, 12 Apr 2013 17:27:09 -0700
parents 8843182f3514
children 7ae12ce87594
comparison
equal deleted inserted replaced
18920:67f3f02df144 18921:ac31f586eff7
101 ''' 101 '''
102 102
103 import os 103 import os
104 104
105 from mercurial import commands, dispatch, extensions, ui as uimod, util 105 from mercurial import commands, dispatch, extensions, ui as uimod, util
106 from mercurial import templater 106 from mercurial import templater, error
107 from mercurial.i18n import _ 107 from mercurial.i18n import _
108 108
109 testedwith = 'internal' 109 testedwith = 'internal'
110 110
111 # start and stop parameters for effects 111 # start and stop parameters for effects