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

Georg Brandl report at bugs.python.org
Tue May 20 17:47:22 CEST 2008


Georg Brandl <georg at python.org> added the comment:

Use

import common
common.fileList = ...

Please ask further question on python-list (comp.lang.python) -- this is
not a bug.

----------
nosy: +georg.brandl
resolution:  -> invalid
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2930>
__________________________________


More information about the Python-bugs-list mailing list