From 47cd96eaeccc39075900dc1bde273768d603ef66 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 6 Aug 2013 22:57:31 +0200 Subject: Normalize whitespace --- Lib/_sitebuiltins.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/_sitebuiltins.py b/Lib/_sitebuiltins.py index 9aafa98..1f21358 100644 --- a/Lib/_sitebuiltins.py +++ b/Lib/_sitebuiltins.py @@ -97,4 +97,3 @@ class _Helper(object): def __call__(self, *args, **kwds): import pydoc return pydoc.help(*args, **kwds) - -- cgit v0.12