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 | 84b29bea2d3c5037b19ccdf2093913fb604385aa (patch) | |
tree | d6138d3b4a9a55f10becb585eb2f5df452788eb3 /Mac | |
parent | fec2727e39e59b6cd6febe0c86b56a1691b4f8b0 (diff) | |
download | cpython-84b29bea2d3c5037b19ccdf2093913fb604385aa.tar.gz |
Get rid of fsspec type initializer, it wasn't used anyway.
Diffstat (limited to 'Mac')
-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 # |