##// END OF EJS Templates
win32text: actually import util so util.binary() can be used
Dirkjan Ochtman -
r6510:37ab2331 default
parent child Browse files
Show More
@@ -29,6 +29,7 b''
29 29
30 30 from mercurial.i18n import gettext as _
31 31 from mercurial.node import bin, short
32 from mercurial import util
32 33 import re
33 34
34 35 # regexp for single LF without CR preceding.
General Comments 0
You need to be logged in to leave comments. Login now