[issue2930] Cannot change variable defined in "__init__.py" after importing

2008-05-21 Thread Jörg Rebenstorf
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

[issue2930] Cannot change variable defined in "__init__.py" after importing

2008-05-20 Thread Jörg Rebenstorf
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

[issue2930] Cannot change variable defined in __init_.py after importing

2008-05-20 Thread Jörg Rebenstorf
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

[issue2930] Cannot change variable definied in __init_.py after importing

2008-05-20 Thread Jörg Rebenstorf
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