Re: metaclass error
doh, that was the problem. :} thanks for the help! aaron -- http://mail.python.org/mailman/listinfo/python-list
metaclass error
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
