change pyepub to regluit.pyepub

pull/1/head
Raymond Yee 2013-09-20 17:59:40 -07:00
parent 78a7d69513
commit 8543a9ac2f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Utilities that manipulate epub files Utilities that manipulate epub files
""" """
from pyepub import EPUB from regluit.pyepub import EPUB
from StringIO import StringIO from StringIO import StringIO
from django.template.loader import render_to_string from django.template.loader import render_to_string

View File

@ -149,7 +149,7 @@ INSTALLED_APPS = (
# registration templates in frontend/templates/registration # registration templates in frontend/templates/registration
'django.contrib.admin', 'django.contrib.admin',
'regluit.booxtream', 'regluit.booxtream',
'pyepub', 'regluit.pyepub',
) )