Importing Cobra Files
Posted: Fri Oct 31, 2008 4:20 pm
Right now I am calling
which will create a new ParseSymbol object. When the two cobra files (the one using the statement above and the other "ParseSymbol.cobra") are in the same directory, how can I use some kind of "Include" statement that will tell my current cobra file where to find this "ParseSymbol" object ? Is this possible or do I have to included everything into one .cobra file.
- Code: Select all
p = ParseSymbol("foo")
which will create a new ParseSymbol object. When the two cobra files (the one using the statement above and the other "ParseSymbol.cobra") are in the same directory, how can I use some kind of "Include" statement that will tell my current cobra file where to find this "ParseSymbol" object ? Is this possible or do I have to included everything into one .cobra file.