[Python-checkins] cpython: Fix whitespace.

brett.cannon python-checkins at python.org
Sun Apr 22 03:15:34 CEST 2012


http://hg.python.org/cpython/rev/8fc44e3a6bfe
changeset:   76456:8fc44e3a6bfe
user:        Brett Cannon <brett at python.org>
date:        Sat Apr 21 21:15:28 2012 -0400
summary:
  Fix whitespace.

files:
  Lib/imp.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/imp.py b/Lib/imp.py
--- a/Lib/imp.py
+++ b/Lib/imp.py
@@ -194,4 +194,3 @@
             encoding = tokenize.detect_encoding(file.readline)[0]
     file = open(file_path, mode, encoding=encoding)
     return file, file_path, (suffix, mode, type_)
-

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list