Parent Directory | Revision Log | Patch
revision 929 by johnpye, Mon Nov 6 04:48:59 2006 UTC | revision 930 by johnpye, Wed Nov 22 13:09:09 2006 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | from solverreporter import * | from solverreporter import * |
2 | import extpy | import extpy |
3 | browser = extpy.getbrowser() | browser = extpy.getbrowser() |
4 | if browser==None: | |
5 | raise ImportError | |
6 | ||
7 | def solve(self): | def solve(self): |
8 | """ run the active solver on the current model (reporting to the status bar only) """ | """ run the active solver on the current model (reporting to the status bar only) """ |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |