]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport of 1.13:
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 24 Feb 2002 22:50:03 +0000 (22:50 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 24 Feb 2002 22:50:03 +0000 (22:50 +0000)
Get rid of fsspec type initializer, it wasn't used anyway.

Mac/Lib/macostools.py

index ab6ab88585392851f9724faa0389f8bcede8e8ab..72f2032adf98abd7a022d72580ed6c319da4b076 100644 (file)
@@ -18,8 +18,6 @@ except AttributeError:
 
 Error = 'macostools.Error'
 
-FSSpecType = type(macfs.FSSpec(':'))
-
 BUFSIZ=0x80000         # Copy in 0.5Mb chunks
 
 #