color: add missing import of error

Found using Cython.
This commit is contained in:
Bryan O'Sullivan 2013-04-12 17:27:09 -07:00
parent 273ac980e4
commit cb3da91764

View File

@ -103,7 +103,7 @@ disable color.
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'