diff 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
line wrap: on
line diff
--- 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)