From 5a6fdcd3718927109592c6df692fe24a8fdaee31 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sat, 25 Aug 2001 12:15:04 +0000 Subject: Import the MacOS toolbox modules from the Carbon package. --- Mac/scripts/EditPythonPrefs.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Mac/scripts/EditPythonPrefs.py') diff --git a/Mac/scripts/EditPythonPrefs.py b/Mac/scripts/EditPythonPrefs.py index a03ae78119..00119e0c7a 100644 --- a/Mac/scripts/EditPythonPrefs.py +++ b/Mac/scripts/EditPythonPrefs.py @@ -3,21 +3,21 @@ # This program is getting more and more clunky. It should really # be rewritten in a modeless way some time soon. -from Dlg import * -from Events import * -from Res import * -import Controls +from Carbon.Dlg import * +from Carbon.Events import * +from Carbon.Res import * +from Carbon import Controls import string import struct import macfs import MacOS import os import sys -import Res # For Res.Error +from Carbon import Res # For Res.Error import pythonprefs import EasyDialogs try: - import Help + from Carbon import Help except ImportError: Help = None -- cgit v1.2.1