forked from 0x2620/pandora
import unquote, fixes #2969
This commit is contained in:
parent
23143185ea
commit
29600fa5f7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import re
|
|||
from glob import glob
|
||||
|
||||
from six import string_types
|
||||
from six.moves.urllib.parse import quote
|
||||
from six.moves.urllib.parse import quote, unquote
|
||||
from django.db import models
|
||||
from django.db.models import Max
|
||||
from django.contrib.auth.models import User
|
||||
|
|
Loading…
Reference in a new issue