purge: drop stat import
authorMatt Mackall <mpm@selenic.com>
Mon, 04 Aug 2014 15:24:57 -0500
changeset 21994 c6e1f2c6d5f1
parent 21993 284a8c9f74f3
child 21995 20bfcb484554
purge: drop stat import
hgext/purge.py
--- a/hgext/purge.py	Mon Aug 04 14:42:24 2014 -0500
+++ b/hgext/purge.py	Mon Aug 04 15:24:57 2014 -0500
@@ -26,7 +26,7 @@
 
 from mercurial import util, commands, cmdutil, scmutil
 from mercurial.i18n import _
-import os, stat
+import os
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)