Re: metaclass error

2005-03-17 Thread asteele
doh, that was the problem. :} thanks for the help! aaron -- http://mail.python.org/mailman/listinfo/python-list

metaclass error

2005-03-17 Thread asteele
dear readers, i have a very simple package organized as follows: !-! bgp/ __init__.py managers/ __init__.py ManagerInterface.py TestManager.py !-! and here's ManagerInterfa