Changeset 1583 for TI07-MOLES/trunk/PythonCode/newDiscovery
- Timestamp:
- 13/10/06 13:45:02 (14 years ago)
- Location:
- TI07-MOLES/trunk/PythonCode/newDiscovery
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI07-MOLES/trunk/PythonCode/newDiscovery/testtemplate.py
r1543 r1583 1 1 import template 2 2 from Utilities import myConfig 3 from ndgSearch import ndgSearch3 from DiscoveryGUI import DiscoveryGUI 4 4 5 5 def output(f,s): … … 12 12 13 13 inputs={} 14 x= ndgSearch(inputs,config)14 x=DiscoveryGUI(inputs,config) 15 15 print x.message 16 16 output("main.html",x.html) 17 17 18 18 inputs={'advanced':'1'} 19 x= ndgSearch(inputs,config)19 x=DiscoveryGUI(inputs,config) 20 20 print x.message 21 21 output("advanced.html",x.html)
Note: See TracChangeset
for help on using the changeset viewer.