début refactoring.
[minwii.git] / src / app / widgets.py
diff --git a/src/app/widgets.py b/src/app/widgets.py
new file mode 100755 (executable)
index 0000000..e70ce5d
--- /dev/null
@@ -0,0 +1,13 @@
+# -*- coding: utf-8 -*-
+"""
+widgets minwii.
+
+$Id$
+$URL$
+"""
+from pgu.gui import Table
+
+class Home(Table) :
+    def __init__(self,**params):
+        Table.__init__(self,**params)
+    
\ No newline at end of file