mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Regenerated to take advantage of support for multiple names for a single property.
This commit is contained in:
parent
9d6d2c0c97
commit
6c091c8ff2
10 changed files with 37 additions and 105 deletions
|
@ -82,7 +82,6 @@ application_processes = application_process
|
|||
class desk_accessory_process(aetools.ComponentItem):
|
||||
"""desk accessory process - A process launched from a desk accessory file """
|
||||
want = 'pcda'
|
||||
# repeated property _3c_Inheritance_3e_ inherits some of its properties from the process class
|
||||
class desk_accessory_file(aetools.NProperty):
|
||||
"""desk accessory file - the desk accessory file from which this process was launched """
|
||||
which = 'dafi'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue