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']

View file

@ -12,7 +12,7 @@ def read(*path):
setup(
name='django-rednoise',
version='1.0.3',
version='1.0.4',
author='Ryan McGrath',
author_email='ryan@venodesigns.net',
url='https://github.com/ryanmcgrath/django-rednoise/',