Changeset 66 for trunk/s60

Show
Ignore:
Timestamp:
01/28/08 23:42:17 (4 years ago)
Author:
ocjhb
Message:

fastchecking

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/s60/pre-test/wallet.py

    r60 r66  
    33 
    44 
    5 import appuifw,e32,socket,httplib 
     5import appuifw,e32,socket,httplib, urllib 
    66from graphics import * 
    77from key_codes import EKeyLeftArrow, EKeyRightArrow 
     
    119119            w = oc2.Wallet() 
    120120            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') 
    122123            w.receiveMoney(sst) 
    123124            appuifw.note(u'got coins: %s' % repr(w.coins))