##// END OF EJS Templates
purge: drop stat import
Matt Mackall -
r21994:c6e1f2c6 default
parent child Browse files
Show More
@@ -26,7 +26,7 b''
26
26
27 from mercurial import util, commands, cmdutil, scmutil
27 from mercurial import util, commands, cmdutil, scmutil
28 from mercurial.i18n import _
28 from mercurial.i18n import _
29 import os, stat
29 import os
30
30
31 cmdtable = {}
31 cmdtable = {}
32 command = cmdutil.command(cmdtable)
32 command = cmdutil.command(cmdtable)
General Comments 0
You need to be logged in to leave comments. Login now