Skip to content

Commit 59f3af5

Browse files
authored
Merge pull request #1411 from ocefpaf/py2k_cleanup
py2k cleanup
2 parents 3fa6ca4 + 4913ea6 commit 59f3af5

60 files changed

Lines changed: 0 additions & 122 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Folium documentation build configuration file, created by
42
# sphinx-quickstart on Sun May 19 19:39:34 2013.
53
#

folium/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
import sys
42

53
import branca

folium/features.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
Leaflet GeoJson and miscellaneous features.
53

folium/folium.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
Make beautiful, interactive maps with Python and Leaflet.js
53

folium/map.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
Classes for drawing maps.
53

folium/plugins/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
"""
42
Folium plugins
53
--------------

folium/plugins/antpath.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from folium.elements import JSCSSMixin
42
from folium.vector_layers import path_options, BaseMultiLocation
53

folium/plugins/beautify_icon.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from branca.element import MacroElement
42

53
from folium.elements import JSCSSMixin

folium/plugins/boat_marker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from folium.elements import JSCSSMixin
42
from folium.map import Marker
53
from folium.utilities import parse_options

folium/plugins/draw.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
31
from branca.element import Element, Figure, MacroElement
42

53
from folium.elements import JSCSSMixin

0 commit comments

Comments
 (0)