From: Jack Jansen Date: Sun, 24 Feb 2002 22:50:03 +0000 (+0000) Subject: backport of 1.13: X-Git-Tag: v2.2.1c1~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7d87ee3cf466e75c0a74e2c90fd4ff8a93a0116;p=thirdparty%2FPython%2Fcpython.git backport of 1.13: Get rid of fsspec type initializer, it wasn't used anyway. --- diff --git a/Mac/Lib/macostools.py b/Mac/Lib/macostools.py index ab6ab8858539..72f2032adf98 100644 --- a/Mac/Lib/macostools.py +++ b/Mac/Lib/macostools.py @@ -18,8 +18,6 @@ except AttributeError: Error = 'macostools.Error' -FSSpecType = type(macfs.FSSpec(':')) - BUFSIZ=0x80000 # Copy in 0.5Mb chunks #