Skip to content

Commit d11d02c

Browse files
committed
Python2 Compatibility Fix - urllib.parse
1 parent 4727db9 commit d11d02c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webexteamssdk/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
unicode_literals,
3131
)
3232

33+
from future import standard_library
34+
standard_library.install_aliases()
35+
3336
import json
3437
import mimetypes
3538
import os

0 commit comments

Comments
 (0)