[Python-checkins] r46963 - python/trunk/Lib/SimpleHTTPServer.py
tim.peters
python-checkins at python.org
Thu Jun 15 00:38:13 CEST 2006
Author: tim.peters
Date: Thu Jun 15 00:38:13 2006
New Revision: 46963
Modified:
python/trunk/Lib/SimpleHTTPServer.py
Log:
Whitespace normalization.
Modified: python/trunk/Lib/SimpleHTTPServer.py
==============================================================================
--- python/trunk/Lib/SimpleHTTPServer.py (original)
+++ python/trunk/Lib/SimpleHTTPServer.py Thu Jun 15 00:38:13 2006
@@ -191,7 +191,7 @@
return self.extensions_map[ext]
else:
return self.extensions_map['']
-
+
if not mimetypes.inited:
mimetypes.init() # try to read system mime.types
extensions_map = mimetypes.types_map.copy()
More information about the Python-checkins
mailing list