Skip to content

Commit 55b3427

Browse files
committed
removed url join (no longer used, see makinacorpus#111 and makinacorpus#114)
1 parent dd14fbe commit 55b3427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

leaflet/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from __future__ import unicode_literals
33

44
try:
5-
from urllib.parse import urlparse, urljoin
5+
from urllib.parse import urlparse
66
except ImportError:
7-
from urlparse import urlparse, urljoin
7+
from urlparse import urlparse
88
import warnings
99

1010
try:

0 commit comments

Comments
 (0)