[Fix] fix buildbot warning

bzr revid: sbh@tinyerp.com-20110113090200-8iu9scqvz8s0gmw1
This commit is contained in:
Sbh (OpenERP) 2011-01-13 14:32:00 +05:30
parent 3605efaec2
commit c51170db67
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#
##############################################################################
import openobject.templating
from tools.translate import _
class BaseTemplateEditor(openobject.templating.TemplateEditor):
templates = ['/openobject/controllers/templates/base.mako']