projects
/
minwii.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
début refactoring.
[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