On 6 March 2014 12:09, Ben Finney <[email protected]> wrote:
> from .foo import bar > Isn't that just a short hand for: from module.foo import bar ? See <URL: > http://docs.python.org/3.0/tutorial/modules.html#intra-package-references > >. > It doesn't seem to mention anything about avoiding circular import loops here. -- Brian May <[email protected]>
_______________________________________________ melbourne-pug mailing list [email protected] https://mail.python.org/mailman/listinfo/melbourne-pug
