projects
/
minwii.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e70ce5d8719beb7d32bcc294c5f334fb68cda32e
[minwii.git]
/
src
/
app
/
widgets.py
1
# -*- coding: utf-8 -*-
2
"""
3
widgets minwii.
4
5
$Id$
6
$URL$
7
"""
8
from
pgu
.
gui
import
Table
9
10
class
Home
(
Table
) :
11
def
__init__
(
self
,**
params
):
12
Table
.__
init
__
(
self
,**
params
)
13