Fix TypeError: write() takes at least 3 arguments (1 given)

This commit is contained in:
jmartin 2014-06-19 12:01:35 +02:00
parent b8318b961f
commit ba4ae51b46

View file

@ -98,7 +98,6 @@ class Mailbox(ModelSQL, ModelView):
# and that in order to see it, you must type ALT+T or refresh the menu
# by clicking menu User > Refresh Menu
acts = iter(args)
args = []
for mailboxes, values in zip(acts, acts):
if 'name' in values:
pool = Pool()