##// END OF EJS Templates
cmdutil: fix errors reported by pyflakes test
Sune Foldager -
r14269:66257848 default
parent child Browse files
Show More
@@ -7,10 +7,10 b''
7 7
8 8 from node import hex, nullid, nullrev, short
9 9 from i18n import _
10 import os, sys, errno, re, glob, tempfile
10 import os, sys, errno, re, tempfile
11 11 import util, scmutil, templater, patch, error, templatekw, wdutil
12 12 import match as matchmod
13 import similar, revset, subrepo
13 import revset, subrepo
14 14
15 15 expandpats = wdutil.expandpats
16 16 match = wdutil.match
General Comments 0
You need to be logged in to leave comments. Login now