pep8'd tests
This commit is contained in:
committed by
Daniel Narvaez
parent
30acc63d51
commit
b9e17f640e
@@ -15,7 +15,10 @@ test = common.Test()
|
||||
test.show()
|
||||
|
||||
model = Gtk.ListStore(str, int, int)
|
||||
for item in [('one', 72, -1), ('two', 50, -1), ('three', 35, -1), ('four', 0, 5)]:
|
||||
for item in [('one', 72, -1),
|
||||
('two', 50, -1),
|
||||
('three', 35, -1),
|
||||
('four', 0, 5)]:
|
||||
model.append(item)
|
||||
|
||||
treeview = Gtk.TreeView()
|
||||
|
||||
Reference in New Issue
Block a user