Whitespace normalization.

This commit is contained in:
Tim Peters 2005-01-13 17:37:38 +00:00
parent f69d94f6c0
commit 608c2fff69
2 changed files with 8 additions and 8 deletions

View file

@ -193,7 +193,7 @@ class IdleConf:
"""
Creates (if required) and returns a filesystem directory for storing
user config files.
"""
cfgDir = '.idlerc'
userDir = os.path.expanduser('~')