Commit 7d7a6daa authored by Dan Pascu's avatar Dan Pascu

Removed ContactDelegate from __all__

parent 9e650f19
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
from __future__ import with_statement from __future__ import with_statement
__all__ = ['Contact', 'ContactGroup', 'ContactDelegate', 'ContactModel', 'ContactSearchModel', 'ContactListView', 'ContactSearchListView'] __all__ = ['Contact', 'ContactGroup', 'ContactModel', 'ContactSearchModel', 'ContactListView', 'ContactSearchListView']
import cPickle as pickle import cPickle as pickle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment