Ejemplo n.º 1
0
import natemod

natemod.natefunc("Some var")
Ejemplo n.º 2
0
 def testSomething(self):
     "This is the description of this function?"
     self.assertEqual("Foo",natemod.natefunc("Foo"))
Ejemplo n.º 3
0
 def testSomething(self):
     "This is the description of this function?"
     self.assertEqual("Foo", natemod.natefunc("Foo"))