Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbf0f88

Browse files
Merge branch 'main' into win-chmod-follow-symlinks
2 parents b1b2914 + b4f2c89 commit fbf0f88

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Lib/test/test_posix.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121

2222
try:
2323
import posix
24-
nt = None
2524
except ImportError:
26-
import nt
27-
posix = nt
25+
import nt as posix
2826

2927
try:
3028
import pwd

0 commit comments

Comments
 (0)