Python and Singleton.

Never use singleton in python!

You can use instead of it Borg Pattern. 

http://pastebin.com/qKXxGHJp

Also you can just use module instead of class. :)