<br><br><div class="gmail_quote">On Tue, Nov 11, 2008 at 7:08 AM, Markus Mayer <span dir="ltr"><code@organisati.on></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Steve Holden schrieb:<br>
<div class="Ih2E3d">> If you want shorter names in your main code, of course, you can use<br>
><br>
> import project.main as main<br>
> import project.gui.mainwindow as window<br>
><br>
> or somethihg similar.<br>
><br>
> regards<br>
> Steve<br>
<br></div></blockquote><div><br> </div></div>Are explicit relative imports applicable here? Could he do a <br><br> from .. import project.main as main<br><br>without adding another __init__.py? <br><br>Or do I have my head screwed on funny?<br>