[codingstyle] one space between each + - * / = operator
This commit is contained in:
parent
e00ce8a09b
commit
ba5acab7f7
11 changed files with 77 additions and 76 deletions
|
@ -78,7 +78,8 @@ class Vcard_information_window:
|
||||||
for i in vcard.keys():
|
for i in vcard.keys():
|
||||||
if type(vcard[i]) == type({}):
|
if type(vcard[i]) == type({}):
|
||||||
for j in vcard[i].keys():
|
for j in vcard[i].keys():
|
||||||
self.set_value(i+'_'+j+'_entry', vcard[i][j])
|
self.set_value(i + '_' + j +
|
||||||
|
'_entry', vcard[i][j])
|
||||||
else:
|
else:
|
||||||
if i == 'DESC':
|
if i == 'DESC':
|
||||||
self.xml.get_widget('DESC_textview').get_buffer().\
|
self.xml.get_widget('DESC_textview').get_buffer().\
|
||||||
|
|
Loading…
Add table
Reference in a new issue