Parent Directory
|
Revision Log
Changed the way that SWIG accesses the C++ 'Registry' class in the case of Python (trying to make it language neutral)
1 | print "HELLO FROM PYTHON" |
2 | |
3 | import extpy; |
4 | browser = extpy.getbrowser() |
5 | |
6 | browser.reporter.reportNote("HELLO FROM EXTPY") |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |