Re: project directory - simple question

2007-06-22 Thread Sandro Dentella
On Fri, Jun 22, 2007 at 06:32:51PM +0300, KpoH wrote: > > put in your "mysite_classes" directory empty file named __init__.py > it will indicate that this is python module, and from now you can import > it, or it's contents. Thanks ut this is not what I was looking for. I know how to import a mo

Re: project directory - simple question

2007-06-22 Thread KpoH
put in your "mysite_classes" directory empty file named __init__.py it will indicate that this is python module, and from now you can import it, or it's contents. sandro dentella пишет: > hi, > > while writing application that are meant to be used in many > different > projects *and* that all