boilerplate: Fix missing use of the class name
This commit is contained in:
parent
a2fcc209f1
commit
589dac7bf0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<%inherit file="layout.py"/>
|
<%inherit file="layout.py"/>
|
||||||
from .backend import ${r.name}Backend
|
from .backend import ${r.classname}Backend
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['${r.name}Backend']
|
__all__ = ['${r.classname}Backend']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue