changeset 21994:c6e1f2c6d5f1

purge: drop stat import
author Matt Mackall <mpm@selenic.com>
date Mon, 04 Aug 2014 15:24:57 -0500
parents 284a8c9f74f3
children 20bfcb484554
files hgext/purge.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)