Skip to content

Commit

Permalink
Drop usage of Django vendored six as it is no longer supported in 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SRautila committed Dec 17, 2019
1 parent da9a660 commit 5a52877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Brian Grohe
Charlie Denton
Mikhail Porokhovnichenko
Piper Merriam
Sebastian Rautila
Simon Luijk
Zbigniew Siciarz
2 changes: 1 addition & 1 deletion inmemorystorage/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
from django.core.files.storage import Storage
from django.core.files.base import ContentFile
from django.utils.encoding import filepath_to_uri
from django.utils.six.moves.urllib.parse import urljoin
from django.utils import timezone
from six.moves.urllib.parse import urljoin


class PathDoesNotExist(Exception):
Expand Down

0 comments on commit 5a52877

Please sign in to comment.