On Feb 1, 5:52 pm, "Steven W. Orr" <[EMAIL PROTECTED]> wrote:
> I saw this and tried to use it:
>
> ------------------><8------------------- const.py-------------
[...]
> sys.modules[__name__]=_const()

__name__ == 'const', so you´re actually doing
const = _const()


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

Reply via email to