Commit 3a2ab1ab authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 12f21ae0
...@@ -574,7 +574,7 @@ def make_encoding_map(decoding_map): ...@@ -574,7 +574,7 @@ def make_encoding_map(decoding_map):
else: else:
m[v] = None m[v] = None
return m return m
### Tests ### Tests
if __name__ == '__main__': if __name__ == '__main__':
......
...@@ -16,7 +16,7 @@ import os ...@@ -16,7 +16,7 @@ import os
# ImportError then. But since tty *does* exist across platforms, that # ImportError then. But since tty *does* exist across platforms, that
# leaves a damaged module object for tty in sys.modules, and the import # leaves a damaged module object for tty in sys.modules, and the import
# of tty here then appears to work despite that the tty imported is junk. # of tty here then appears to work despite that the tty imported is junk.
import termios import termios
del termios del termios
import tty import tty
......
...@@ -14,4 +14,3 @@ file_url = "file://%s" % urllib2.__file__ ...@@ -14,4 +14,3 @@ file_url = "file://%s" % urllib2.__file__
f = urllib2.urlopen(file_url) f = urllib2.urlopen(file_url)
buf = f.read() buf = f.read()
f.close() f.close()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment