[FIX] thunderbird: fixed import error

bzr revid: rha@tinyerp.com-20110427054648-axfgp2dnqm63bjqv
This commit is contained in:
Rifakat Haradwala (Open ERP) 2011-04-27 11:16:48 +05:30
parent 2c9825a07b
commit 44344056d3
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ from osv import osv
import base64
import email
import tools
from tools.translate import _
class thunderbird_partner(osv.osv_memory):
_name = "thunderbird.partner"