| 1 | n/a | """ |
|---|
| 2 | n/a | Package generated from Macintosh HD:Hulpprogramma's:Disk Copy |
|---|
| 3 | n/a | Resource aete resid 0 |
|---|
| 4 | n/a | """ |
|---|
| 5 | n/a | import aetools |
|---|
| 6 | n/a | Error = aetools.Error |
|---|
| 7 | n/a | import Standard_Suite |
|---|
| 8 | n/a | import Special_Events |
|---|
| 9 | n/a | import Utility_Events |
|---|
| 10 | n/a | |
|---|
| 11 | n/a | |
|---|
| 12 | n/a | _code_to_module = { |
|---|
| 13 | n/a | 'Core' : Standard_Suite, |
|---|
| 14 | n/a | 'ddsk' : Special_Events, |
|---|
| 15 | n/a | 'ddsk' : Utility_Events, |
|---|
| 16 | n/a | } |
|---|
| 17 | n/a | |
|---|
| 18 | n/a | |
|---|
| 19 | n/a | |
|---|
| 20 | n/a | _code_to_fullname = { |
|---|
| 21 | n/a | 'Core' : ('Disk_Copy.Standard_Suite', 'Standard_Suite'), |
|---|
| 22 | n/a | 'ddsk' : ('Disk_Copy.Special_Events', 'Special_Events'), |
|---|
| 23 | n/a | 'ddsk' : ('Disk_Copy.Utility_Events', 'Utility_Events'), |
|---|
| 24 | n/a | } |
|---|
| 25 | n/a | |
|---|
| 26 | n/a | from Standard_Suite import * |
|---|
| 27 | n/a | from Special_Events import * |
|---|
| 28 | n/a | from Utility_Events import * |
|---|
| 29 | n/a | |
|---|
| 30 | n/a | |
|---|
| 31 | n/a | class Disk_Copy(Standard_Suite_Events, |
|---|
| 32 | n/a | Special_Events_Events, |
|---|
| 33 | n/a | Utility_Events_Events, |
|---|
| 34 | n/a | aetools.TalkTo): |
|---|
| 35 | n/a | _signature = 'ddsk' |
|---|