mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
Package generated from Macintosh HD:Hulpprogramma's:Disk Copy
|
||||
Resource aete resid 0
|
||||
Resource aete resid 0
|
||||
"""
|
||||
import aetools
|
||||
Error = aetools.Error
|
||||
|
|
@ -10,17 +10,17 @@ import Utility_Events
|
|||
|
||||
|
||||
_code_to_module = {
|
||||
'Core' : Standard_Suite,
|
||||
'ddsk' : Special_Events,
|
||||
'ddsk' : Utility_Events,
|
||||
'Core' : Standard_Suite,
|
||||
'ddsk' : Special_Events,
|
||||
'ddsk' : Utility_Events,
|
||||
}
|
||||
|
||||
|
||||
|
||||
_code_to_fullname = {
|
||||
'Core' : ('Disk_Copy.Standard_Suite', 'Standard_Suite'),
|
||||
'ddsk' : ('Disk_Copy.Special_Events', 'Special_Events'),
|
||||
'ddsk' : ('Disk_Copy.Utility_Events', 'Utility_Events'),
|
||||
'Core' : ('Disk_Copy.Standard_Suite', 'Standard_Suite'),
|
||||
'ddsk' : ('Disk_Copy.Special_Events', 'Special_Events'),
|
||||
'ddsk' : ('Disk_Copy.Utility_Events', 'Utility_Events'),
|
||||
}
|
||||
|
||||
from Standard_Suite import *
|
||||
|
|
@ -29,8 +29,7 @@ from Utility_Events import *
|
|||
|
||||
|
||||
class Disk_Copy(Standard_Suite_Events,
|
||||
Special_Events_Events,
|
||||
Utility_Events_Events,
|
||||
aetools.TalkTo):
|
||||
_signature = 'ddsk'
|
||||
|
||||
Special_Events_Events,
|
||||
Utility_Events_Events,
|
||||
aetools.TalkTo):
|
||||
_signature = 'ddsk'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue