Skip to content

Commit 77e4d5d

Browse files
rchen152srittau
authored andcommitted
Add six.moves.urllib_request and six.moves.urllib_response. (#2455)
1 parent b40cae1 commit 77e4d5d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .urllib.request import *
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .urllib.response import *
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .urllib.request import *
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .urllib.response import *

0 commit comments

Comments
 (0)