comparison hgext/blackbox.py @ 18675:f816aa377e0d

blackbox: fix a failing pyflakes test
author Bryan O'Sullivan <bryano@fb.com>
date Tue, 12 Feb 2013 16:02:35 -0800
parents f27598902007
children 1506eb487ddd
comparison
equal deleted inserted replaced
18674:c61b49d059eb 18675:f816aa377e0d
22 22
23 """ 23 """
24 24
25 from mercurial import util, cmdutil 25 from mercurial import util, cmdutil
26 from mercurial.i18n import _ 26 from mercurial.i18n import _
27 import os, getpass, re, string 27 import os, getpass, re
28 28
29 cmdtable = {} 29 cmdtable = {}
30 command = cmdutil.command(cmdtable) 30 command = cmdutil.command(cmdtable)
31 testedwith = 'internal' 31 testedwith = 'internal'
32 lastblackbox = None 32 lastblackbox = None