##// END OF EJS Templates
blackbox: fix a failing pyflakes test
Bryan O'Sullivan -
r18675:f816aa37 default
parent child Browse files
Show More
@@ -24,7 +24,7 b' Examples:'
24 24
25 25 from mercurial import util, cmdutil
26 26 from mercurial.i18n import _
27 import os, getpass, re, string
27 import os, getpass, re
28 28
29 29 cmdtable = {}
30 30 command = cmdutil.command(cmdtable)
General Comments 0
You need to be logged in to leave comments. Login now