Skip to content

Commit

Permalink
change urllib2 to urllib
Browse files Browse the repository at this point in the history
ref to google#511
  • Loading branch information
dzonesasaki authored Jul 1, 2020
1 parent d727e97 commit 1685605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transitfeed/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import socket
import sys
import time
import urllib2
import urllib #instead of import urllib2 , ref to https://github.com/google/transitfeed/issues/511

from . import errors
from .version import __version__
Expand Down

0 comments on commit 1685605

Please sign in to comment.