8000 remove import dummp_os · RustPython/RustPython@ff052b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff052b3

Browse files
committed
remove import dummp_os
1 parent 2bd8ff0 commit ff052b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Lib/genericpath.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
Do not use directly. The OS specific modules import the appropriate
44
functions from this module themselves.
55
"""
6-
try:
7-
import os
8-
except ImportError:
9-
import _dummy_os as os
6+
import os
107
import stat
118

129
__all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime',

0 commit comments

Comments
 (0)
0