def test_getAllModules(self):
    x = None
    x = gather.getAllModules()
    self.failIf(x == None)
 def test_getAllModules(self):
     x = None
     x = gather.getAllModules()
     self.failIf(x == None)