00001 #!/usr/bin/env python 00002 00003 ''' 00004 A module to test NuWa classes handling of modules. 00005 00006 This one has no configure() and has a run() 00007 ''' 00008 00009 def run(theApp): 00010 print 'TestMod3.run()' 00011 return 00012