mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Regenerated to take advantage of new _builtinSuites package.
This commit is contained in:
parent
d50c66b1e5
commit
368875c2d3
15 changed files with 621 additions and 693 deletions
|
|
@ -1,7 +1,7 @@
|
|||
"""Suite Required Suite: Every application supports open, print, run, and quit
|
||||
Level 1, version 1
|
||||
|
||||
Generated from Macintosh HD:Systeemmap:Extensies:AppleScript
|
||||
Generated from Moes:Systeemmap:Extensies:AppleScript
|
||||
AETE/AEUT resource version 1/0, language 0, script 0
|
||||
"""
|
||||
|
||||
|
|
@ -10,7 +10,8 @@
|
|||
|
||||
_code = 'reqd'
|
||||
|
||||
class Required_Suite_Events:
|
||||
from _builtinSuites.builtin_Suite import *
|
||||
class Required_Suite_Events(builtin_Suite_Events):
|
||||
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue