color: add missing import of error
authorBryan O'Sullivan <bryano@fb.com>
Fri, 12 Apr 2013 17:27:09 -0700
changeset 18921 ac31f586eff7
parent 18920 67f3f02df144
child 18922 d2c4d37f7db5
color: add missing import of error Found using Cython.
hgext/color.py
--- a/hgext/color.py	Fri Apr 12 17:20:09 2013 -0700
+++ b/hgext/color.py	Fri Apr 12 17:27:09 2013 -0700
@@ -103,7 +103,7 @@
 import os
 
 from mercurial import commands, dispatch, extensions, ui as uimod, util
-from mercurial import templater
+from mercurial import templater, error
 from mercurial.i18n import _
 
 testedwith = 'internal'