Home | History | Annotate | Download | only in python2.7

Lines Matching refs:urlparse

33 from urlparse import urljoin as basejoin
1195 # urlparse contains a duplicate of this method to avoid a circular import. If
1196 # you update this method, also update the copy in urlparse. This code