[FIX] import_google: fixed syntax error inserted in revision 6952

bzr revid: qdp-launchpad@openerp.com-20120629112248-9agiwb4l89lrx4li
This commit is contained in:
Quentin (OpenERP) 2012-06-29 13:22:48 +02:00
parent 17aa1cbdde
commit a642b36339
1 changed files with 0 additions and 2 deletions

View File

@ -137,8 +137,6 @@ class synchronize_google(osv.osv_memory):
if obj.group_name not in ['all']:
context.update({ 'group_name': obj.group_name})
tables.append('Contact')
else:
tables.append('Address')
context.update({'user': gmail_user,
'password': gmail_pwd,
'instance': 'contact',