]> granicus.if.org Git - python/commitdiff
Get rid of fsspec type initializer, it wasn't used anyway.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Jan 2002 23:02:03 +0000 (23:02 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Jan 2002 23:02:03 +0000 (23:02 +0000)
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
 
 #