diff options
| author | Brett Cannon <brett@python.org> | 2012-02-08 23:55:37 (GMT) |
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2012-02-08 23:55:37 (GMT) |
| commit | 97771096abebe3ec5f3b1ea887d83177707304e7 (patch) | |
| tree | e3e69f2a78070ed90eac2f3e25d1ccc9ac474afc /Lib/importlib/_bootstrap.py | |
| parent | 32b66be879a77b0764729cf99d2a33e5e2461954 (diff) | |
| download | cpython-97771096abebe3ec5f3b1ea887d83177707304e7.zip cpython-97771096abebe3ec5f3b1ea887d83177707304e7.tar.gz cpython-97771096abebe3ec5f3b1ea887d83177707304e7.tar.bz2 | |
Whitespace normalization.
Diffstat (limited to 'Lib/importlib/_bootstrap.py')
| -rw-r--r-- | Lib/importlib/_bootstrap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py index 2569284..431b6dd 100644 --- a/Lib/importlib/_bootstrap.py +++ b/Lib/importlib/_bootstrap.py @@ -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) - |
