##// END OF EJS Templates
dirstate: remove double imports of errno
Yuya Nishihara -
r20632:e993f065 default
parent child Browse files
Show More
@@ -4,7 +4,6 b''
4 #
4 #
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
7 import errno
8
7
9 from node import nullid
8 from node import nullid
10 from i18n import _
9 from i18n import _
General Comments 0
You need to be logged in to leave comments. Login now