From: Antoine Pitrou Date: Fri, 22 Nov 2013 16:38:41 +0000 (+0100) Subject: Fix whitespace X-Git-Tag: v3.4.0b1~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0325a21da38e3335db27d890cdc824aff272086b;p=thirdparty%2FPython%2Fcpython.git Fix whitespace --- diff --git a/Lib/pathlib.py b/Lib/pathlib.py index b81720e61e99..06cbae5ce3d1 100644 --- a/Lib/pathlib.py +++ b/Lib/pathlib.py @@ -1284,4 +1284,3 @@ class PosixPath(Path, PurePosixPath): class WindowsPath(Path, PureWindowsPath): __slots__ = () -