Simple question, I think: Is there a way to make a completely global variable across a slew of modules? If not, what is the canonical way to keep a global state? The purpose of this is to try to prevent circular module imports, which just sort of seems nasty. Thank you!
-- http://mail.python.org/mailman/listinfo/python-list