- Timestamp:
- 01/28/08 23:42:17 (4 years ago)
- Files:
-
- 1 modified
-
trunk/s60/pre-test/wallet.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/s60/pre-test/wallet.py
r60 r66 3 3 4 4 5 import appuifw,e32,socket,httplib 5 import appuifw,e32,socket,httplib, urllib 6 6 from graphics import * 7 7 from key_codes import EKeyLeftArrow, EKeyRightArrow … … 119 119 w = oc2.Wallet() 120 120 sst = oc2.SocketServerTransport('0.0.0.0',12008) 121 appuifw.note(u'ready to go') 121 r = urllib.urlopen('https://opencoin.org/myownip') 122 appuifw.note(u'send the coins now') 122 123 w.receiveMoney(sst) 123 124 appuifw.note(u'got coins: %s' % repr(w.coins))
