mirror of https://github.com/python/cpython
Fix test_scriptpackage with pure will power.
I really don't know why I bother; these are all generated files. But I don't recall how to regenerate them nor how to fix the generator. The hardest part was fixing two mutual recursive imports; somehow changing "import foo" into "from . import foo" where foo and bar import each other AND both are imported from __init__.py caused things to break. Bah.
This commit is contained in:
parent
c350d1a110
commit
6da48561cb
|
@ -454,7 +454,7 @@ single_class_browser._privpropdict = {
|
||||||
}
|
}
|
||||||
single_class_browser._privelemdict = {
|
single_class_browser._privelemdict = {
|
||||||
}
|
}
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
single_class_hierarchy._superclassnames = ['document']
|
single_class_hierarchy._superclassnames = ['document']
|
||||||
single_class_hierarchy._privpropdict = {
|
single_class_hierarchy._privpropdict = {
|
||||||
'inherits' : _Prop_inherits,
|
'inherits' : _Prop_inherits,
|
||||||
|
|
|
@ -3,10 +3,10 @@ Package generated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarri
|
||||||
"""
|
"""
|
||||||
import aetools
|
import aetools
|
||||||
Error = aetools.Error
|
Error = aetools.Error
|
||||||
import CodeWarrior_suite
|
from . import CodeWarrior_suite
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import Metrowerks_Shell_Suite
|
from . import Metrowerks_Shell_Suite
|
||||||
import Required
|
from . import Required
|
||||||
|
|
||||||
|
|
||||||
_code_to_module = {
|
_code_to_module = {
|
||||||
|
@ -25,10 +25,10 @@ _code_to_fullname = {
|
||||||
'reqd' : ('CodeWarrior.Required', 'Required'),
|
'reqd' : ('CodeWarrior.Required', 'Required'),
|
||||||
}
|
}
|
||||||
|
|
||||||
from CodeWarrior_suite import *
|
from CodeWarrior.CodeWarrior_suite import *
|
||||||
from Standard_Suite import *
|
from CodeWarrior.Standard_Suite import *
|
||||||
from Metrowerks_Shell_Suite import *
|
from CodeWarrior.Metrowerks_Shell_Suite import *
|
||||||
from Required import *
|
from CodeWarrior.Required import *
|
||||||
|
|
||||||
def getbaseclasses(v):
|
def getbaseclasses(v):
|
||||||
if not getattr(v, '_propdict', None):
|
if not getattr(v, '_propdict', None):
|
||||||
|
|
|
@ -3,12 +3,12 @@ Package generated from /Applications/Internet Explorer.app
|
||||||
"""
|
"""
|
||||||
import aetools
|
import aetools
|
||||||
Error = aetools.Error
|
Error = aetools.Error
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import URL_Suite
|
from . import URL_Suite
|
||||||
import Netscape_Suite
|
from . import Netscape_Suite
|
||||||
import Microsoft_Internet_Explorer
|
from . import Microsoft_Internet_Explorer
|
||||||
import Web_Browser_Suite
|
from . import Web_Browser_Suite
|
||||||
import Required_Suite
|
from . import Required_Suite
|
||||||
|
|
||||||
|
|
||||||
_code_to_module = {
|
_code_to_module = {
|
||||||
|
@ -31,12 +31,12 @@ _code_to_fullname = {
|
||||||
'reqd' : ('Explorer.Required_Suite', 'Required_Suite'),
|
'reqd' : ('Explorer.Required_Suite', 'Required_Suite'),
|
||||||
}
|
}
|
||||||
|
|
||||||
from Standard_Suite import *
|
from Explorer.Standard_Suite import *
|
||||||
from URL_Suite import *
|
from Explorer.URL_Suite import *
|
||||||
from Netscape_Suite import *
|
from Explorer.Netscape_Suite import *
|
||||||
from Microsoft_Internet_Explorer import *
|
from Explorer.Microsoft_Internet_Explorer import *
|
||||||
from Web_Browser_Suite import *
|
from Explorer.Web_Browser_Suite import *
|
||||||
from Required_Suite import *
|
from Explorer.Required_Suite import *
|
||||||
|
|
||||||
def getbaseclasses(v):
|
def getbaseclasses(v):
|
||||||
if not getattr(v, '_propdict', None):
|
if not getattr(v, '_propdict', None):
|
||||||
|
|
|
@ -148,8 +148,8 @@ class _Prop_warns_before_emptying(aetools.NProperty):
|
||||||
# element 'inlf' as ['indx', 'name']
|
# element 'inlf' as ['indx', 'name']
|
||||||
# element 'pack' as ['indx', 'name']
|
# element 'pack' as ['indx', 'name']
|
||||||
disk._superclassnames = ['container']
|
disk._superclassnames = ['container']
|
||||||
import Files
|
from . import Files
|
||||||
import Finder_items
|
from . import Finder_items
|
||||||
disk._privpropdict = {
|
disk._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
'capacity' : _Prop_capacity,
|
'capacity' : _Prop_capacity,
|
||||||
|
|
|
@ -148,7 +148,7 @@ document_file._privpropdict = {
|
||||||
}
|
}
|
||||||
document_file._privelemdict = {
|
document_file._privelemdict = {
|
||||||
}
|
}
|
||||||
import Finder_items
|
from . import Finder_items
|
||||||
file._superclassnames = ['item']
|
file._superclassnames = ['item']
|
||||||
file._privpropdict = {
|
file._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
|
|
|
@ -141,10 +141,10 @@ visible = _Prop_visible()
|
||||||
# element 'lwnd' as ['indx', 'name']
|
# element 'lwnd' as ['indx', 'name']
|
||||||
# element 'pack' as ['indx', 'name']
|
# element 'pack' as ['indx', 'name']
|
||||||
application._superclassnames = []
|
application._superclassnames = []
|
||||||
import Files
|
from . import Files
|
||||||
import Window_classes
|
from . import Window_classes
|
||||||
import Containers_and_folders
|
from . import Containers_and_folders
|
||||||
import Finder_items
|
from . import Finder_items
|
||||||
application._privpropdict = {
|
application._privpropdict = {
|
||||||
'Finder_preferences' : _Prop_Finder_preferences,
|
'Finder_preferences' : _Prop_Finder_preferences,
|
||||||
'clipboard' : _Prop_clipboard,
|
'clipboard' : _Prop_clipboard,
|
||||||
|
|
|
@ -3,15 +3,15 @@ Package generated from /System/Library/CoreServices/Finder.app
|
||||||
"""
|
"""
|
||||||
import aetools
|
import aetools
|
||||||
Error = aetools.Error
|
Error = aetools.Error
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import Legacy_suite
|
from . import Legacy_suite
|
||||||
import Containers_and_folders
|
from . import Containers_and_folders
|
||||||
import Files
|
from . import Files
|
||||||
import Finder_Basics
|
from . import Finder_Basics
|
||||||
import Finder_items
|
from . import Finder_items
|
||||||
import Window_classes
|
from . import Window_classes
|
||||||
import Type_Definitions
|
from . import Type_Definitions
|
||||||
import Enumerations
|
from . import Enumerations
|
||||||
|
|
||||||
|
|
||||||
_code_to_module = {
|
_code_to_module = {
|
||||||
|
@ -40,15 +40,15 @@ _code_to_fullname = {
|
||||||
'tpnm' : ('Finder.Enumerations', 'Enumerations'),
|
'tpnm' : ('Finder.Enumerations', 'Enumerations'),
|
||||||
}
|
}
|
||||||
|
|
||||||
from Standard_Suite import *
|
from Finder.Standard_Suite import *
|
||||||
from Legacy_suite import *
|
from Finder.Legacy_suite import *
|
||||||
from Containers_and_folders import *
|
from Finder.Containers_and_folders import *
|
||||||
from Files import *
|
from Finder.Files import *
|
||||||
from Finder_Basics import *
|
from Finder.Finder_Basics import *
|
||||||
from Finder_items import *
|
from Finder.Finder_items import *
|
||||||
from Window_classes import *
|
from Finder.Window_classes import *
|
||||||
from Type_Definitions import *
|
from Finder.Type_Definitions import *
|
||||||
from Enumerations import *
|
from Finder.Enumerations import *
|
||||||
|
|
||||||
def getbaseclasses(v):
|
def getbaseclasses(v):
|
||||||
if not getattr(v, '_propdict', None):
|
if not getattr(v, '_propdict', None):
|
||||||
|
|
|
@ -3,13 +3,13 @@ Package generated from /Volumes/Sap/Applications (Mac OS 9)/Netscape Communicato
|
||||||
"""
|
"""
|
||||||
import aetools
|
import aetools
|
||||||
Error = aetools.Error
|
Error = aetools.Error
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import Standard_URL_suite
|
from . import Standard_URL_suite
|
||||||
import Mozilla_suite
|
from . import Mozilla_suite
|
||||||
import Text
|
from . import Text
|
||||||
import WorldWideWeb_suite
|
from . import WorldWideWeb_suite
|
||||||
import PowerPlant
|
from . import PowerPlant
|
||||||
import Required_suite
|
from . import Required_suite
|
||||||
|
|
||||||
|
|
||||||
_code_to_module = {
|
_code_to_module = {
|
||||||
|
@ -34,13 +34,13 @@ _code_to_fullname = {
|
||||||
'reqd' : ('Netscape.Required_suite', 'Required_suite'),
|
'reqd' : ('Netscape.Required_suite', 'Required_suite'),
|
||||||
}
|
}
|
||||||
|
|
||||||
from Standard_Suite import *
|
from Netscape.Standard_Suite import *
|
||||||
from Standard_URL_suite import *
|
from Netscape.Standard_URL_suite import *
|
||||||
from Mozilla_suite import *
|
from Netscape.Mozilla_suite import *
|
||||||
from Text import *
|
from Netscape.Text import *
|
||||||
from WorldWideWeb_suite import *
|
from Netscape.WorldWideWeb_suite import *
|
||||||
from PowerPlant import *
|
from Netscape.PowerPlant import *
|
||||||
from Required_suite import *
|
from Netscape.Required_suite import *
|
||||||
|
|
||||||
def getbaseclasses(v):
|
def getbaseclasses(v):
|
||||||
if not getattr(v, '_propdict', None):
|
if not getattr(v, '_propdict', None):
|
||||||
|
|
|
@ -4,15 +4,15 @@ Resource aeut resid 0 Standard Event Suites for English
|
||||||
"""
|
"""
|
||||||
import aetools
|
import aetools
|
||||||
Error = aetools.Error
|
Error = aetools.Error
|
||||||
import Text_Suite
|
from . import Text_Suite
|
||||||
import AppleScript_Suite
|
from . import AppleScript_Suite
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import Macintosh_Connectivity_Clas
|
from . import Macintosh_Connectivity_Clas
|
||||||
import QuickDraw_Graphics_Suite
|
from . import QuickDraw_Graphics_Suite
|
||||||
import QuickDraw_Graphics_Suppleme
|
from . import QuickDraw_Graphics_Suppleme
|
||||||
import Required_Suite
|
from . import Required_Suite
|
||||||
import Table_Suite
|
from . import Table_Suite
|
||||||
import Type_Names_Suite
|
from . import Type_Names_Suite
|
||||||
|
|
||||||
|
|
||||||
_code_to_module = {
|
_code_to_module = {
|
||||||
|
@ -41,15 +41,15 @@ _code_to_fullname = {
|
||||||
'tpnm' : ('StdSuites.Type_Names_Suite', 'Type_Names_Suite'),
|
'tpnm' : ('StdSuites.Type_Names_Suite', 'Type_Names_Suite'),
|
||||||
}
|
}
|
||||||
|
|
||||||
from Text_Suite import *
|
from StdSuites.Text_Suite import *
|
||||||
from AppleScript_Suite import *
|
from StdSuites.AppleScript_Suite import *
|
||||||
from Standard_Suite import *
|
from StdSuites.Standard_Suite import *
|
||||||
from Macintosh_Connectivity_Clas import *
|
from StdSuites.Macintosh_Connectivity_Clas import *
|
||||||
from QuickDraw_Graphics_Suite import *
|
from StdSuites.QuickDraw_Graphics_Suite import *
|
||||||
from QuickDraw_Graphics_Suppleme import *
|
from StdSuites.QuickDraw_Graphics_Suppleme import *
|
||||||
from Required_Suite import *
|
from StdSuites.Required_Suite import *
|
||||||
from Table_Suite import *
|
from StdSuites.Table_Suite import *
|
||||||
from Type_Names_Suite import *
|
from StdSuites.Type_Names_Suite import *
|
||||||
|
|
||||||
def getbaseclasses(v):
|
def getbaseclasses(v):
|
||||||
if not getattr(v, '_propdict', None):
|
if not getattr(v, '_propdict', None):
|
||||||
|
|
|
@ -5,6 +5,11 @@ Generated from /System/Library/CoreServices/System Events.app
|
||||||
AETE/AEUT resource version 1/0, language 0, script 0
|
AETE/AEUT resource version 1/0, language 0, script 0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Crutch for recursive import
|
||||||
|
import sys
|
||||||
|
import SystemEvents
|
||||||
|
SystemEvents.Disk_Folder_File_Suite = sys.modules[__name__]
|
||||||
|
|
||||||
import aetools
|
import aetools
|
||||||
import MacOS
|
import MacOS
|
||||||
|
|
||||||
|
@ -210,10 +215,10 @@ class _Prop_version(aetools.NProperty):
|
||||||
|
|
||||||
files = file
|
files = file
|
||||||
application._superclassnames = []
|
application._superclassnames = []
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import Folder_Actions_Suite
|
from . import Folder_Actions_Suite
|
||||||
import Login_Items_Suite
|
from . import Login_Items_Suite
|
||||||
import Processes_Suite
|
from . import Processes_Suite
|
||||||
application._privpropdict = {
|
application._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
'folder_actions_enabled' : _Prop_folder_actions_enabled,
|
'folder_actions_enabled' : _Prop_folder_actions_enabled,
|
||||||
|
|
|
@ -5,6 +5,11 @@ Generated from /System/Library/CoreServices/System Events.app
|
||||||
AETE/AEUT resource version 1/0, language 0, script 0
|
AETE/AEUT resource version 1/0, language 0, script 0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Crutch for recursive import
|
||||||
|
import sys
|
||||||
|
import SystemEvents
|
||||||
|
SystemEvents.Folder_Actions_Suite = sys.modules[__name__]
|
||||||
|
|
||||||
import aetools
|
import aetools
|
||||||
import MacOS
|
import MacOS
|
||||||
|
|
||||||
|
@ -208,10 +213,11 @@ class _Prop_POSIX_path(aetools.NProperty):
|
||||||
|
|
||||||
scripts = script
|
scripts = script
|
||||||
application._superclassnames = []
|
application._superclassnames = []
|
||||||
import Disk_Folder_File_Suite
|
import sys
|
||||||
import Standard_Suite
|
from . import Disk_Folder_File_Suite
|
||||||
import Login_Items_Suite
|
from . import Standard_Suite
|
||||||
import Processes_Suite
|
from . import Login_Items_Suite
|
||||||
|
from . import Processes_Suite
|
||||||
application._privpropdict = {
|
application._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
'folder_actions_enabled' : _Prop_folder_actions_enabled,
|
'folder_actions_enabled' : _Prop_folder_actions_enabled,
|
||||||
|
|
|
@ -40,7 +40,7 @@ class _Prop_path(aetools.NProperty):
|
||||||
want = 'utxt'
|
want = 'utxt'
|
||||||
|
|
||||||
login_items = login_item
|
login_items = login_item
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
login_item._superclassnames = ['item']
|
login_item._superclassnames = ['item']
|
||||||
login_item._privpropdict = {
|
login_item._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
|
|
|
@ -105,11 +105,11 @@ properties = _Prop_properties()
|
||||||
|
|
||||||
applications = application
|
applications = application
|
||||||
application._superclassnames = []
|
application._superclassnames = []
|
||||||
import Disk_Folder_File_Suite
|
from . import Disk_Folder_File_Suite
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import Folder_Actions_Suite
|
from . import Folder_Actions_Suite
|
||||||
import Login_Items_Suite
|
from . import Login_Items_Suite
|
||||||
import Processes_Suite
|
from . import Processes_Suite
|
||||||
application._privpropdict = {
|
application._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
'folder_actions_enabled' : _Prop_folder_actions_enabled,
|
'folder_actions_enabled' : _Prop_folder_actions_enabled,
|
||||||
|
|
|
@ -121,10 +121,10 @@ class _Prop_visible(aetools.NProperty):
|
||||||
|
|
||||||
processes = process
|
processes = process
|
||||||
application._superclassnames = []
|
application._superclassnames = []
|
||||||
import Disk_Folder_File_Suite
|
from . import Disk_Folder_File_Suite
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import Folder_Actions_Suite
|
from . import Folder_Actions_Suite
|
||||||
import Login_Items_Suite
|
from . import Login_Items_Suite
|
||||||
application._privpropdict = {
|
application._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
'folder_actions_enabled' : _Prop_folder_actions_enabled,
|
'folder_actions_enabled' : _Prop_folder_actions_enabled,
|
||||||
|
|
|
@ -65,11 +65,11 @@ properties = _Prop_properties()
|
||||||
|
|
||||||
applications = application
|
applications = application
|
||||||
application._superclassnames = []
|
application._superclassnames = []
|
||||||
import Disk_Folder_File_Suite
|
from . import Disk_Folder_File_Suite
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import Folder_Actions_Suite
|
from . import Folder_Actions_Suite
|
||||||
import Login_Items_Suite
|
from . import Login_Items_Suite
|
||||||
import Processes_Suite
|
from . import Processes_Suite
|
||||||
application._privpropdict = {
|
application._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
'folder_actions_enabled' : _Prop_folder_actions_enabled,
|
'folder_actions_enabled' : _Prop_folder_actions_enabled,
|
||||||
|
|
|
@ -101,7 +101,7 @@ attachment._privelemdict = {
|
||||||
'paragraph' : paragraph,
|
'paragraph' : paragraph,
|
||||||
'word' : word,
|
'word' : word,
|
||||||
}
|
}
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
attribute_run._superclassnames = ['item']
|
attribute_run._superclassnames = ['item']
|
||||||
attribute_run._privpropdict = {
|
attribute_run._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
|
|
|
@ -3,14 +3,14 @@ Package generated from /System/Library/CoreServices/System Events.app
|
||||||
"""
|
"""
|
||||||
import aetools
|
import aetools
|
||||||
Error = aetools.Error
|
Error = aetools.Error
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import Text_Suite
|
from . import Text_Suite
|
||||||
import Disk_Folder_File_Suite
|
from . import Disk_Folder_File_Suite
|
||||||
import Folder_Actions_Suite
|
from . import Folder_Actions_Suite
|
||||||
import Login_Items_Suite
|
from . import Login_Items_Suite
|
||||||
import Power_Suite
|
from . import Power_Suite
|
||||||
import Processes_Suite
|
from . import Processes_Suite
|
||||||
import System_Events_Suite
|
from . import System_Events_Suite
|
||||||
|
|
||||||
|
|
||||||
_code_to_module = {
|
_code_to_module = {
|
||||||
|
@ -37,14 +37,14 @@ _code_to_fullname = {
|
||||||
'sevs' : ('SystemEvents.System_Events_Suite', 'System_Events_Suite'),
|
'sevs' : ('SystemEvents.System_Events_Suite', 'System_Events_Suite'),
|
||||||
}
|
}
|
||||||
|
|
||||||
from Standard_Suite import *
|
from SystemEvents.Standard_Suite import *
|
||||||
from Text_Suite import *
|
from SystemEvents.Text_Suite import *
|
||||||
from Disk_Folder_File_Suite import *
|
from SystemEvents.Disk_Folder_File_Suite import *
|
||||||
from Folder_Actions_Suite import *
|
from SystemEvents.Folder_Actions_Suite import *
|
||||||
from Login_Items_Suite import *
|
from SystemEvents.Login_Items_Suite import *
|
||||||
from Power_Suite import *
|
from SystemEvents.Power_Suite import *
|
||||||
from Processes_Suite import *
|
from SystemEvents.Processes_Suite import *
|
||||||
from System_Events_Suite import *
|
from SystemEvents.System_Events_Suite import *
|
||||||
|
|
||||||
def getbaseclasses(v):
|
def getbaseclasses(v):
|
||||||
if not getattr(v, '_propdict', None):
|
if not getattr(v, '_propdict', None):
|
||||||
|
|
|
@ -173,7 +173,7 @@ class _Prop_title_displays_window_size(aetools.NProperty):
|
||||||
|
|
||||||
windows = window
|
windows = window
|
||||||
application._superclassnames = []
|
application._superclassnames = []
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
application._privpropdict = {
|
application._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
'properties' : _Prop_properties,
|
'properties' : _Prop_properties,
|
||||||
|
|
|
@ -101,7 +101,7 @@ attachment._privelemdict = {
|
||||||
'paragraph' : paragraph,
|
'paragraph' : paragraph,
|
||||||
'word' : word,
|
'word' : word,
|
||||||
}
|
}
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
attribute_run._superclassnames = ['item']
|
attribute_run._superclassnames = ['item']
|
||||||
attribute_run._privpropdict = {
|
attribute_run._privpropdict = {
|
||||||
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
|
||||||
|
|
|
@ -3,9 +3,9 @@ Package generated from /Applications/Utilities/Terminal.app
|
||||||
"""
|
"""
|
||||||
import aetools
|
import aetools
|
||||||
Error = aetools.Error
|
Error = aetools.Error
|
||||||
import Standard_Suite
|
from . import Standard_Suite
|
||||||
import Text_Suite
|
from . import Text_Suite
|
||||||
import Terminal_Suite
|
from . import Terminal_Suite
|
||||||
|
|
||||||
|
|
||||||
_code_to_module = {
|
_code_to_module = {
|
||||||
|
@ -22,9 +22,9 @@ _code_to_fullname = {
|
||||||
'trmx' : ('Terminal.Terminal_Suite', 'Terminal_Suite'),
|
'trmx' : ('Terminal.Terminal_Suite', 'Terminal_Suite'),
|
||||||
}
|
}
|
||||||
|
|
||||||
from Standard_Suite import *
|
from Terminal.Standard_Suite import *
|
||||||
from Text_Suite import *
|
from Terminal.Text_Suite import *
|
||||||
from Terminal_Suite import *
|
from Terminal.Terminal_Suite import *
|
||||||
|
|
||||||
def getbaseclasses(v):
|
def getbaseclasses(v):
|
||||||
if not getattr(v, '_propdict', None):
|
if not getattr(v, '_propdict', None):
|
||||||
|
|
|
@ -5,7 +5,7 @@ in the Required suite according to the Apple docs, but they often seem to be
|
||||||
in the Standard suite.
|
in the Standard suite.
|
||||||
"""
|
"""
|
||||||
import aetools
|
import aetools
|
||||||
import builtin_Suite
|
from . import builtin_Suite
|
||||||
|
|
||||||
|
|
||||||
_code_to_module = {
|
_code_to_module = {
|
||||||
|
@ -20,7 +20,7 @@ _code_to_fullname = {
|
||||||
'core' : ('_builtinSuites.builtin_Suite', 'builtin_Suite'),
|
'core' : ('_builtinSuites.builtin_Suite', 'builtin_Suite'),
|
||||||
}
|
}
|
||||||
|
|
||||||
from builtin_Suite import *
|
from _builtinSuites.builtin_Suite import *
|
||||||
|
|
||||||
class _builtinSuites(builtin_Suite_Events,
|
class _builtinSuites(builtin_Suite_Events,
|
||||||
aetools.TalkTo):
|
aetools.TalkTo):
|
||||||
|
|
Loading…
Reference in New Issue