dirstate: remove double imports of errno
authorYuya Nishihara <yuya@tcha.org>
Mon, 03 Mar 2014 15:50:41 +0900
changeset 20632 e993f065e17c
parent 20631 5d4606bec54c
child 20634 f2bb7ba59456
dirstate: remove double imports of errno
mercurial/dirstate.py
--- 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 _