mirror of https://github.com/python/cpython
Whitespace normalization.
This commit is contained in:
parent
32b66be879
commit
97771096ab
|
@ -1082,4 +1082,3 @@ def _setup(sys_module, imp_module):
|
|||
raise ImportError('importlib requires posix or nt')
|
||||
setattr(self_module, '_os', os_module)
|
||||
setattr(self_module, 'path_sep', path_sep)
|
||||
|
||||
|
|
Loading…
Reference in New Issue