Skip to content

Commit

Permalink
Python2 Compatibility Fix - urllib.parse
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlccie committed Sep 9, 2018
1 parent 4727db9 commit d11d02c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webexteamssdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
unicode_literals,
)

from future import standard_library
standard_library.install_aliases()

import json
import mimetypes
import os
Expand Down

0 comments on commit d11d02c

Please sign in to comment.