Rely on futurize to expose the moved modules.

This commit is contained in:
Jason R. Coombs 2021-02-15 14:13:59 -05:00
parent 09f3e3f6b5
commit d02334bfd5
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ from __future__ import print_function
import os, sys, textwrap import os, sys, textwrap
import codecs import codecs
from os.path import join from os.path import join
import urllib.parse
from six.moves import urllib # import urllib.parse
try: try:
from typing import Optional from typing import Optional