[FIX] crm: rename fields optin, optout to opt_in, opt_out, to make them consistent...
[odoo/odoo.git] / addons / email_template / __init__.py
index 51cec60..d1cf5b2 100644 (file)
@@ -19,8 +19,8 @@
 #    along with this program.  If not, see <http://www.gnu.org/licenses/>
 #
 ##############################################################################
-import mako_template
 import email_template
 import wizard
+import res_partner
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: