/[james]/currency/!Currency/py/Task.py
ViewVC logotype

Contents of /currency/!Currency/py/Task.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (show annotations) (download) (as text)
Mon Feb 10 18:25:55 2003 UTC (21 years, 3 months ago) by james
File MIME type: text/x-python
File size: 278 byte(s)
Initial import.

1 # > !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