Re: [Tutor] code in a folder

2006-12-26 Thread Alan Gauld
"linda.s" <[EMAIL PROTECTED]> wrote >I read an example code, with something like: > from a.b import * > I checked and found a is a folder name and b is python code in that > folder. I typed the above code in the IDLE and no error was > reported. > Why a.b works? This is Python "package" notatio

[Tutor] code in a folder

2006-12-26 Thread linda.s
I read an example code, with something like: from a.b import * I checked and found a is a folder name and b is python code in that folder. I typed the above code in the IDLE and no error was reported. Why a.b works? ___ Tutor maillist - Tutor@python.org