Skip to content

Commit e7bd6df

Browse files
author
Martin Journois
committed
Fix test_image_overlay for py27
1 parent 214d4cd commit e7bd6df

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

examples/ImageOverlay.ipynb

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@
1414
"It may happen that you want to draw an image on you map. Here are example on how to do that."
1515
]
1616
},
17+
{
18+
"cell_type": "code",
19+
"execution_count": 1,
20+
"metadata": {
21+
"collapsed": false
22+
},
23+
"outputs": [
24+
{
25+
"name": "stdout",
26+
"output_type": "stream",
27+
"text": [
28+
"Let's start\n"
29+
]
30+
}
31+
],
32+
"source": [
33+
"print \"Let's start\""
34+
]
35+
},
1736
{
1837
"cell_type": "code",
1938
"execution_count": 1,
@@ -22,8 +41,6 @@
2241
},
2342
"outputs": [],
2443
"source": [
25-
"import sys\n",
26-
"sys.path.insert(0,'..')\n",
2744
"import folium\n",
2845
"from folium.six import PY3\n",
2946
"from folium import plugins"

0 commit comments

Comments
 (0)