Fix loading error

This commit is contained in:
Ryan McGrath 2015-06-07 16:59:49 +09:00
parent a48328c194
commit 1b7181302f
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
from __future__ import absolute_import
from .base import RedNoise
from .base import DjangoRedNoise
__all__ = ['DjangoRedNoise']