Fix F1 bug in editable lists
[openerp-client.git] / bin / SpiffGtkWidgets / __init__.py
blob2ee3a3062fbae55588555f7ffb7edd640944caee
1 import Calendar
2 import color
4 import inspect
5 __all__ = [name for name, obj in locals().items()
6 if not (name.startswith('_') or inspect.ismodule(obj))]