I googled about how to write singleton in python, but even if I use Singleton, in which module's namespace should I keep the instance of this singleton? suppose I have a singleton class definiton in "utils.py", how should I import and where should I make instance and initialize? Thanks!!
-- http://mail.python.org/mailman/listinfo/python-list