[Python-checkins] python/dist/src/Lib/idlelib configHandler.py, 1.36, 1.37

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Thu Jan 13 18:37:41 CET 2005


Update of /cvsroot/python/python/dist/src/Lib/idlelib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16104/Lib/idlelib

Modified Files:
	configHandler.py 
Log Message:
Whitespace normalization.


Index: configHandler.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/idlelib/configHandler.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- configHandler.py	11 Jan 2005 19:29:39 -0000	1.36
+++ configHandler.py	13 Jan 2005 17:37:38 -0000	1.37
@@ -193,7 +193,7 @@
         """
         Creates (if required) and returns a filesystem directory for storing
         user config files.
-        
+
         """
         cfgDir = '.idlerc'
         userDir = os.path.expanduser('~')



More information about the Python-checkins mailing list