Skip to content
Snippets Groups Projects
Commit 6fac16a3 authored by Bethea Davida's avatar Bethea Davida
Browse files

Update pdf_utils.py

parent fedf7ae0
Branches
No related merge requests found
Pipeline #4948 passed with stage
in 3 seconds
......@@ -21,7 +21,10 @@ import datetime
from reportlab.lib import utils
import os.path
from django.conf import settings
import urllib.parse
try:
from urllib.parse import urlparse
except ImportError:
from urlparse import urlparse
class PdfPrint:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment