summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2012-04-22 01:15:28 (GMT)
committerBrett Cannon <brett@python.org>2012-04-22 01:15:28 (GMT)
commitcb165db3a3ef1cf327b6591a3747fcb21aa37e6e (patch)
treed91e0e807cffd3754b6d47d953a77fa9475f1544
parente69f0df45b709c25ac80617c41bbae16f56870fb (diff)
downloadcpython-cb165db3a3ef1cf327b6591a3747fcb21aa37e6e.zip
cpython-cb165db3a3ef1cf327b6591a3747fcb21aa37e6e.tar.gz
cpython-cb165db3a3ef1cf327b6591a3747fcb21aa37e6e.tar.bz2
Fix whitespace.
-rw-r--r--Lib/imp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/imp.py b/Lib/imp.py
index 74253ab..3ab69e5 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_)
-