Commit ef51d135 authored by Jack Jansen's avatar Jack Jansen

Removed addpack calls

parent f63abad4
...@@ -3,11 +3,6 @@ ...@@ -3,11 +3,6 @@
Jack Jansen, CWI, December 1995 Jack Jansen, CWI, December 1995
""" """
import addpack
addpack.addpack(':Tools:bgen:qt')
addpack.addpack(':Tools:bgen:qd')
addpack.addpack(':Tools:bgen:evt')
addpack.addpack(':Tools:bgen:win')
import Qt import Qt
import QuickTime import QuickTime
import Qd import Qd
......
...@@ -3,11 +3,6 @@ ...@@ -3,11 +3,6 @@
Jack Jansen, CWI, December 1995 Jack Jansen, CWI, December 1995
""" """
import addpack
addpack.addpack(':Tools:bgen:qt')
addpack.addpack(':Tools:bgen:qd')
addpack.addpack(':Tools:bgen:evt')
addpack.addpack(':Tools:bgen:win')
import Qt import Qt
import QuickTime import QuickTime
import Qd import Qd
......
...@@ -5,10 +5,6 @@ Generated from Moes:Programma's:Eudora:Eudora Light ...@@ -5,10 +5,6 @@ Generated from Moes:Programma's:Eudora:Eudora Light
AETE/AEUT resource version 2/16, language 0, script 0 AETE/AEUT resource version 2/16, language 0, script 0
""" """
import addpack
addpack.addpack('Tools')
addpack.addpack('bgen')
addpack.addpack('ae')
import aetools import aetools
import MacOS import MacOS
...@@ -199,7 +195,7 @@ class Eudora_Suite: ...@@ -199,7 +195,7 @@ class Eudora_Suite:
return _arguments['----'] return _arguments['----']
def unqueue(self, _object, _attributes={}, **_arguments): def unqueue(self, _object, _attributes={}, **_arguments):
"""unqueue: Remove a message from the queue, so it wonÍt be sent """unqueue: Remove a message from the queue, so it wonÕt be sent
Required argument: the message to unqueue Required argument: the message to unqueue
Keyword argument _attributes: AppleEvent attribute dictionary Keyword argument _attributes: AppleEvent attribute dictionary
""" """
......
...@@ -5,10 +5,6 @@ Generated from Moes:Programma's:Eudora:Eudora Light ...@@ -5,10 +5,6 @@ Generated from Moes:Programma's:Eudora:Eudora Light
AETE/AEUT resource version 2/16, language 0, script 0 AETE/AEUT resource version 2/16, language 0, script 0
""" """
import addpack
addpack.addpack('Tools')
addpack.addpack('bgen')
addpack.addpack('ae')
import aetools import aetools
import MacOS import MacOS
......
"""A test program that allows us to control Eudora""" """A test program that allows us to control Eudora"""
import sys import sys
import addpack
addpack.addpack('Tools')
addpack.addpack('bgen')
addpack.addpack('ae')
import aetools import aetools
import Eudora_Suite import Eudora_Suite
import Required_Suite import Required_Suite
......
...@@ -13,10 +13,6 @@ Based upon STDWIN dialogs with the same names and functions. ...@@ -13,10 +13,6 @@ Based upon STDWIN dialogs with the same names and functions.
from Dlg import GetNewDialog, SetDialogItemText, GetDialogItemText, ModalDialog from Dlg import GetNewDialog, SetDialogItemText, GetDialogItemText, ModalDialog
import Qd import Qd
import addpack
addpack.addpack('Tools')
addpack.addpack('bgen')
addpack.addpack('qd')
import QuickDraw import QuickDraw
......
...@@ -5,19 +5,6 @@ DEBUG=0 ...@@ -5,19 +5,6 @@ DEBUG=0
import MacOS import MacOS
import traceback import traceback
from addpack import addpack
addpack('Tools')
addpack('bgen')
addpack('ae')
addpack('ctl')
addpack('dlg')
addpack('evt')
addpack('menu')
addpack('qd')
#addpack('res')
#addpack('snd')
addpack('win')
from AE import * from AE import *
from AppleEvents import * from AppleEvents import *
from Ctl import * from Ctl import *
......
...@@ -6,14 +6,6 @@ Build an applet from this source, and include the aete resource that you ...@@ -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. 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 import sys
sys.stdout = sys.stderr sys.stdout = sys.stderr
import traceback import traceback
......
...@@ -6,14 +6,6 @@ especially to figure out all the different forms an object specifier ...@@ -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). 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 import sys
sys.stdout = sys.stderr sys.stdout = sys.stderr
import traceback import traceback
......
# Progress dialog # Progress dialog
from addpack import addpack
addpack('Tools')
addpack('bgen')
addpack('dlg')
addpack('evt')
from Dlg import GetNewDialog, ModalDialog, SetDialogItemText from Dlg import GetNewDialog, ModalDialog, SetDialogItemText
count = 0 count = 0
......
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
# Python library. # Python library.
# The ID can be overridden by passing a second parameter. # The ID can be overridden by passing a second parameter.
import addpack
addpack.addpack(':Tools:bgen:evt')
from Dlg import * from Dlg import *
from Events import * from Events import *
import string import string
......
...@@ -5,9 +5,6 @@ ...@@ -5,9 +5,6 @@
# This is the modeless version of this test program, the normal # This is the modeless version of this test program, the normal
# modal version is in tdlg.py # modal version is in tdlg.py
import addpack
addpack.addpack(':Tools:bgen:evt')
from Dlg import * from Dlg import *
from Evt import * from Evt import *
from Events import * from Events import *
......
# #
# Test of generated AE modules. # Test of generated AE modules.
# #
import addpack
addpack.addpack('Tools')
addpack.addpack('bgen')
addpack.addpack('ae')
import sys import sys
import macfs import macfs
......
import addpack
addpack.addpack(':Tools:bgen:evt')
from Dlg import * from Dlg import *
from Events import * from Events import *
from Evt import * from Evt import *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment