hgext/purge.py
changeset 21994 c6e1f2c6d5f1
parent 21983 52d34d5415c9
child 22265 fe22d86a8992
--- 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)