diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-01-21 23:02:03 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-01-21 23:02:03 +0000 |
commit | eafff4c248a22360632e49a42580dc0635f1423e (patch) | |
tree | cdbc31d006b16aed4603db4f91bae446f876fe16 /Mac/Lib/macostools.py | |
parent | a4adacbd7e605fa8e81181379aba3f7063c3dcc8 (diff) | |
download | cpython-git-eafff4c248a22360632e49a42580dc0635f1423e.tar.gz |
Get rid of fsspec type initializer, it wasn't used anyway.
Diffstat (limited to 'Mac/Lib/macostools.py')
-rw-r--r-- | Mac/Lib/macostools.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 # |