##// END OF EJS Templates
py3: add b'' to make a triple quoted string bytes on Python 3...
Pulkit Goyal -
r33094:4c5af472 default
parent child Browse files
Show More
@@ -1168,7 +1168,7 b' def copyfiles(src, dst, hardlink=None, p'
1168
1168
1169 return hardlink, num
1169 return hardlink, num
1170
1170
1171 _winreservednames = '''con prn aux nul
1171 _winreservednames = b'''con prn aux nul
1172 com1 com2 com3 com4 com5 com6 com7 com8 com9
1172 com1 com2 com3 com4 com5 com6 com7 com8 com9
1173 lpt1 lpt2 lpt3 lpt4 lpt5 lpt6 lpt7 lpt8 lpt9'''.split()
1173 lpt1 lpt2 lpt3 lpt4 lpt5 lpt6 lpt7 lpt8 lpt9'''.split()
1174 _winreservedchars = ':*?"<>|'
1174 _winreservedchars = ':*?"<>|'
General Comments 0
You need to be logged in to leave comments. Login now