diff --git a/easy_pdf/rendering.py b/easy_pdf/rendering.py index 53aa3f0..0bc397c 100644 --- a/easy_pdf/rendering.py +++ b/easy_pdf/rendering.py @@ -9,7 +9,7 @@ from django.template import loader from django.http import HttpResponse from django.utils.http import urlquote -from django.utils.six import BytesIO +from six import BytesIO import xhtml2pdf.default from xhtml2pdf import pisa diff --git a/setup.py b/setup.py index 48c6c46..7f69922 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ license="MIT", author="Filip Wasilewski", author_email="en@ig.ma", - url="https://github.com/nigma/django-easy-pdf", + url="https://github.com/pawanvirsingh/django-easy-pdf", long_description=readme + "\n\n" + history, packages=[ "easy_pdf",