import help

placid Bulkan at gmail.com
Tue Apr 11 01:11:46 EDT 2006


so there is a record of this problem i had, to solve this problem
either use

import node
   .
   .
   .
   n = node.Node("test")

or


from node import *
   .
   .
   .
   n = Node("test")



Cheers




More information about the Python-list mailing list