Import the MacOS toolbox modules from the Carbon package.

This commit is contained in:
Jack Jansen 2001-08-25 12:15:04 +00:00
parent 6dba6bc0a2
commit 5a6fdcd371
100 changed files with 336 additions and 331 deletions

View file

@ -5,7 +5,7 @@ copy(src, dst) - Full copy of 'src' to 'dst'
"""
import macfs
import Res
from Carbon import Res
import os
from MACFS import *
import MacOS