equal
deleted
inserted
replaced
6 This software may be used and distributed according to the terms of |
6 This software may be used and distributed according to the terms of |
7 the GNU General Public License version 2, incorporated herein by |
7 the GNU General Public License version 2, incorporated herein by |
8 reference. |
8 reference. |
9 """ |
9 """ |
10 |
10 |
|
11 from util import Abort |
11 from i18n import _ |
12 from i18n import _ |
12 import errno, msvcrt, os, osutil, re, sys |
13 import errno, msvcrt, os, osutil, re, sys |
13 nulldev = 'NUL:' |
14 nulldev = 'NUL:' |
14 |
15 |
15 umask = 002 |
16 umask = 002 |