That looks like some kind of singleton. Why don't you use a module instead of a class?
Another solution is to define your data as class attributes. Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list
That looks like some kind of singleton. Why don't you use a module instead of a class?
Another solution is to define your data as class attributes. Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list