]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix whitespace.
authorBrett Cannon <brett@python.org>
Sun, 22 Apr 2012 01:15:28 +0000 (21:15 -0400)
committerBrett Cannon <brett@python.org>
Sun, 22 Apr 2012 01:15:28 +0000 (21:15 -0400)
Lib/imp.py

index 74253abcb410bc2b628bb2a48f03376b3b660a28..3ab69e56c9a46c2b0c9970e99c7311e5830b8213 100644 (file)
@@ -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_)
-