mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
missing file in last commit
This commit is contained in:
parent
a7bc8c0d55
commit
1c56b279cd
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import redis
|
|||
try:
|
||||
import urlparse
|
||||
except ImportError: # pragma: no cover
|
||||
import urllib.parse as urlparse # pragma: no cover
|
||||
import urllib.parse as urlparse # pragma: no cover # Python3 # pylint: disable=import-error,no-name-in-module,line-too-long
|
||||
|
||||
from . import config
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue