[IMP] remove unused import statement.

bzr revid: ysa@tinyerp.com-20110215131301-5u0gqzban0ir5g2i
This commit is contained in:
Yogesh (OpenERP) 2011-02-15 18:43:01 +05:30
parent 35c054d352
commit 0a7798282d
1 changed files with 0 additions and 2 deletions

View File

@ -22,9 +22,7 @@
from osv import osv, fields
import netsvc
import base64
from tools.translate import _
import tools
class email_template_send_wizard(osv.osv_memory):
_name = 'email_template.send.wizard'