Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

fix urllib2 imports #463

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix urllib2 imports #463

wants to merge 1 commit into from

Conversation

jarondl
Copy link
Contributor

@jarondl jarondl commented Feb 11, 2019

No description provided.

urlparse = urllibparse
except ImportError:
import urllib as urllibparse
import urlparse
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest we move this into transitfeed.compat.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants