Whitespace normalization.

This commit is contained in:
Brett Cannon 2012-02-08 18:55:37 -05:00
parent 32b66be879
commit 97771096ab
1 changed files with 0 additions and 1 deletions

View File

@ -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)