Re: OOP help needed incorporating existing modules in class

2005-06-30 Thread Peter Hansen
Koncept wrote: > I want to incorporate the datetime and other modules into my class. I > am new to Python and would really appreciate some help doing this. > > class FooBar: >def getDate(self): > return > > ^^^ how do I do something like this? Um have you read the tutorial yet? I

OOP help needed incorporating existing modules in class

2005-06-30 Thread Koncept
I want to incorporate the datetime and other modules into my class. I am new to Python and would really appreciate some help doing this. class FooBar: def getDate(self): return ^^^ how do I do something like this? -- Koncept << "The snake that cannot shed its skin perishes. So do th