Parent Directory
|
Revision Log
Initial import.
| 1 | james | 12 | # > !Currency.py.Task/py |
| 2 | |||
| 3 | import wimp | ||
| 4 | import Iconbar | ||
| 5 | import Rates | ||
| 6 | |||
| 7 | def init(): | ||
| 8 | "Initialise program specific stuff" | ||
| 9 | wimp.hourglass_on() | ||
| 10 | Iconbar.init() | ||
| 11 | Rates.load('<Currency$Dir>.Rates') | ||
| 12 | wimp.hourglass_off() | ||
| 13 | |||
| 14 | def quit(): | ||
| 15 | "Tidy up before quitting" | ||
| 16 | pass |
| ViewVC Help | |
| Powered by ViewVC 1.1.26 |