From: Brett Cannon Date: Sun, 22 Apr 2012 01:15:28 +0000 (-0400) Subject: Fix whitespace. X-Git-Tag: v3.3.0a3~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb165db3a3ef1cf327b6591a3747fcb21aa37e6e;p=thirdparty%2FPython%2Fcpython.git Fix whitespace. --- diff --git a/Lib/imp.py b/Lib/imp.py index 74253abcb410..3ab69e56c9a4 100644 --- a/Lib/imp.py +++ b/Lib/imp.py @@ -194,4 +194,3 @@ def find_module(name, path=None): encoding = tokenize.detect_encoding(file.readline)[0] file = open(file_path, mode, encoding=encoding) return file, file_path, (suffix, mode, type_) -