changeset 20632:e993f065e17c

dirstate: remove double imports of errno
author Yuya Nishihara <yuya@tcha.org>
date Mon, 03 Mar 2014 15:50:41 +0900
parents 5d4606bec54c
children f2bb7ba59456
files mercurial/dirstate.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/dirstate.py	Mon Mar 03 15:50:51 2014 +0900
+++ b/mercurial/dirstate.py	Mon Mar 03 15:50:41 2014 +0900
@@ -4,7 +4,6 @@
 #
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
-import errno
 
 from node import nullid
 from i18n import _