boilerplate: Fix missing use of the class name

This commit is contained in:
Laurent Bachelier 2013-02-08 13:55:59 +01:00 committed by Romain Bignon
commit 589dac7bf0

View file

@ -1,5 +1,5 @@
<%inherit file="layout.py"/>
from .backend import ${r.name}Backend
from .backend import ${r.classname}Backend
__all__ = ['${r.name}Backend']
__all__ = ['${r.classname}Backend']