annotate python/libs/widgets/__init__.py @ 71:5351594349b0

Moved error to core
author windel
date Fri, 02 Nov 2012 14:05:00 +0100
parents 99bf4f7d47f4
children
rev   line source
67
99bf4f7d47f4 Changed project storage
windel
parents:
diff changeset
1 # File to make this directory a package.
99bf4f7d47f4 Changed project storage
windel
parents:
diff changeset
2
99bf4f7d47f4 Changed project storage
windel
parents:
diff changeset
3 from .codeeditor import CodeEdit
99bf4f7d47f4 Changed project storage
windel
parents:
diff changeset
4 from .astviewer import AstViewer
99bf4f7d47f4 Changed project storage
windel
parents:
diff changeset
5