Jörg Rebenstorf <[EMAIL PROTECTED]> added the comment:
Oh yes, I am sorry, I forgot to tell you that I *cannot* change the
import statement as it is part of a framwork by a third-party which I
cannot influence. This is a prerequisite of my task.
Of course you are right that I am not st
Changes by Jörg Rebenstorf <[EMAIL PROTECTED]>:
--
title: Cannot change variable defined in __init_.py after importing -> Cannot
change variable defined in "__init__.py" after importing
__
Tracker <[EMAIL PROTECTED]>
<http
Changes by Jörg Rebenstorf <[EMAIL PROTECTED]>:
--
title: Cannot change variable definied in __init_.py after importing -> Cannot
change variable defined in __init_.py after importing
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.py
New submission from Jörg Rebenstorf <[EMAIL PROTECTED]>:
How can I change a variable that I defined in "__init__.py" of a
package called "common" from inside the .py file that imported the
package? I think there is no way to do this, in contrast to when the
var