Fix loading error
This commit is contained in:
parent
a48328c194
commit
1b7181302f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
from .base import RedNoise
|
||||
from .base import DjangoRedNoise
|
||||
|
||||
__all__ = ['DjangoRedNoise']
|
||||
|
|
|
|||
Reference in a new issue