mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Import urllib submodules
otpclient only imported the urllib parent package, not urllib.request and urllib.parse subpackages. This may or may not work depending on the import order of other plugins. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
committed by
Rob Crittenden
parent
dc113a0a31
commit
e73fdcf8ba
@@ -34,7 +34,8 @@ import qrcode
|
||||
|
||||
import six
|
||||
from io import StringIO
|
||||
import urllib
|
||||
import urllib.parse
|
||||
import urllib.request
|
||||
|
||||
if six.PY3:
|
||||
unicode = str
|
||||
|
Reference in New Issue
Block a user