On 09/03/2015 07:22 AM, t...@freenet.de wrote:
> First topic: 
> "sharing globals between modules"
> Where globals is meant as vars used throughout the app.
>
> This is the topic why Skybuck starts the thread.

The answer to this is simple and elegant.  Use a third module to store
globals. Each module that needs it can simply import it.


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to