Import kOnSystemDisk from MACFS

This commit is contained in:
Jack Jansen 2001-03-15 14:33:24 +00:00
parent d11f93c475
commit fffec05bcb
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ import macfs
import marshal
import types
kOnSystemDisk = 0x8000
from MACFS import kOnSystemDisk
class PrefObject: