##// END OF EJS Templates
windows: add various missing import
Steve Borho -
r7914:48661519 default
parent child Browse files
Show More
@@ -8,7 +8,8 b' the GNU General Public License version 2'
8 reference.
8 reference.
9 """
9 """
10
10
11 import msvcrt, sys, os
11 from i18n import _
12 import errno, msvcrt, os, osutil, re, sys
12 nulldev = 'NUL:'
13 nulldev = 'NUL:'
13
14
14 umask = 002
15 umask = 002
General Comments 0
You need to be logged in to leave comments. Login now