Whitespace normalization.

This commit is contained in:
Tim Peters 2004-09-01 13:10:32 +00:00
parent 75ccea3777
commit 3b2cdad4fd
3 changed files with 5 additions and 5 deletions

View file

@ -130,7 +130,7 @@ else:
raise ImportError, 'no os specific module found'
sys.modules['os.path'] = path
from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
devnull)
del _names