Andre Meyer wrote:

> Am I missing something here? What is the preferred pythonic way of 
> implementing singleton elegantly?

Create a class and then derive from it.  There are examples on the Cookbook.

-- 
Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/
  San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   I would have liked to have seen Montana.
    -- Capt. Vasily Borodin
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to