javascript to python

lkcl luke.leighton at googlemail.com
Fri Oct 3 10:02:40 EDT 2008


> so, if i do this:
>
> d = dataListener()
> e = dataListener()
>
> d.data = "fred"
>
> print f.data

 duh, duh - that should be print e.data :)



More information about the Python-list mailing list