On 10/18/07, warhero <[EMAIL PROTECTED]> wrote:
> Hey all, sorry for the totally newb question. I recently switched over
> to python from ruby. I'm having problems figuring out how module
> importing works.. as a simple example I've got these files:
>
> /example/loader.py
> /example/loadee.py
>
> l
got it figured out. nevermind.
--
http://mail.python.org/mailman/listinfo/python-list
Hey all, sorry for the totally newb question. I recently switched over
to python from ruby. I'm having problems figuring out how module
importing works.. as a simple example I've got these files:
/example/loader.py
/example/loadee.py
loadee.py
class loadee(object):
def __init__(self):