X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/15177f5827a1af081edd4761411c3c73be891fee..f223b232a3718ef4546bad705f9d06b50cae6fe6:/src/app/widgets.py diff --git a/src/app/widgets.py b/src/app/widgets.py new file mode 100755 index 0000000..e70ce5d --- /dev/null +++ b/src/app/widgets.py @@ -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