From: Jack Jansen Date: Mon, 21 Jan 2002 23:02:03 +0000 (+0000) Subject: Get rid of fsspec type initializer, it wasn't used anyway. X-Git-Tag: v2.3c1~6811 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eafff4c248a22360632e49a42580dc0635f1423e;p=python Get rid of fsspec type initializer, it wasn't used anyway. --- diff --git a/Mac/Lib/macostools.py b/Mac/Lib/macostools.py index ab6ab88585..72f2032adf 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 #