Add six.moves.urllib_request and six.moves.urllib_response. (#2455)

This commit is contained in:
Rebecca Chen
2018-09-13 13:01:56 -07:00
committed by Sebastian Rittau
parent b40cae139f
commit 77e4d5d5a8
4 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
from .urllib.request import *

View File

@@ -0,0 +1 @@
from .urllib.response import *

View File

@@ -0,0 +1 @@
from .urllib.request import *

View File

@@ -0,0 +1 @@
from .urllib.response import *