Removed addpack calls

This commit is contained in:
Jack Jansen 1996-03-20 16:24:56 +00:00
parent f63abad4e9
commit ef51d1351c
14 changed files with 1 additions and 75 deletions

View file

@ -6,14 +6,6 @@ Build an applet from this source, and include the aete resource that you
want to test. Use the AEservertest script to try things.
"""
import addpack
addpack.addpack('Tools')
addpack.addpack('bgen')
addpack.addpack('ae')
addpack.addpack('evt')
#addpack.addpack('menu')
addpack.addpack('win')
import sys
sys.stdout = sys.stderr
import traceback

View file

@ -6,14 +6,6 @@ especially to figure out all the different forms an object specifier
can have (without having to rely on Apple's implementation).
"""
import addpack
addpack.addpack('Tools')
addpack.addpack('bgen')
addpack.addpack('ae')
addpack.addpack('evt')
#addpack.addpack('menu')
addpack.addpack('win')
import sys
sys.stdout = sys.stderr
import traceback

View file

@ -1,11 +1,5 @@
# Progress dialog
from addpack import addpack
addpack('Tools')
addpack('bgen')
addpack('dlg')
addpack('evt')
from Dlg import GetNewDialog, ModalDialog, SetDialogItemText
count = 0

View file

@ -3,9 +3,6 @@
# Python library.
# The ID can be overridden by passing a second parameter.
import addpack
addpack.addpack(':Tools:bgen:evt')
from Dlg import *
from Events import *
import string

View file

@ -5,9 +5,6 @@
# This is the modeless version of this test program, the normal
# modal version is in tdlg.py
import addpack
addpack.addpack(':Tools:bgen:evt')
from Dlg import *
from Evt import *
from Events import *

View file

@ -1,10 +1,6 @@
#
# Test of generated AE modules.
#
import addpack
addpack.addpack('Tools')
addpack.addpack('bgen')
addpack.addpack('ae')
import sys
import macfs

View file

@ -1,6 +1,3 @@
import addpack
addpack.addpack(':Tools:bgen:evt')
from Dlg import *
from Events import *
from Evt import *