diff python/libs/widgets/__init__.py @ 67:99bf4f7d47f4

Changed project storage
author windel
date Fri, 12 Oct 2012 16:11:31 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/python/libs/widgets/__init__.py	Fri Oct 12 16:11:31 2012 +0200
@@ -0,0 +1,5 @@
+# File to make this directory a package.
+
+from .codeeditor import CodeEdit
+from .astviewer import AstViewer
+