Syntax change to make the code more "pythonyst"
This commit is contained in:
parent
d977cfb2ef
commit
7a7d60ce92
21 changed files with 138 additions and 137 deletions
|
|
@ -38,7 +38,7 @@ class message_window:
|
|||
wmessage_liststore = builder.get_object("liststore_elements")
|
||||
wmessage_window.show_all()
|
||||
|
||||
if (list_data == None):
|
||||
if (list_data is None):
|
||||
wmessage_list.hide()
|
||||
else:
|
||||
for element in list_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue