blackbox: fix a failing pyflakes test
authorBryan O'Sullivan <bryano@fb.com>
Tue, 12 Feb 2013 16:02:35 -0800
changeset 18675 f816aa377e0d
parent 18674 c61b49d059eb
child 18676 1506eb487ddd
blackbox: fix a failing pyflakes test
hgext/blackbox.py
--- a/hgext/blackbox.py	Sat Feb 09 13:35:30 2013 -0800
+++ b/hgext/blackbox.py	Tue Feb 12 16:02:35 2013 -0800
@@ -24,7 +24,7 @@
 
 from mercurial import util, cmdutil
 from mercurial.i18n import _
-import os, getpass, re, string
+import os, getpass, re
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)