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