Skip to content

Commit

Permalink
Merge pull request #719 from ocefpaf/fix_video_import
Browse files Browse the repository at this point in the history
fix video import
  • Loading branch information
ocefpaf authored Sep 12, 2017
2 parents 2a2dc9a + 9e26312 commit 9cb3b1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion folium/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from folium.plugins.terminator import Terminator
from folium.plugins.timestamped_geo_json import TimestampedGeoJson
from folium.plugins.timestamped_wmstilelayer import TimestampedWmsTileLayers
from folium.plugins.video_overlay import VideoOverlay

__all__ = [
'BoatMarker',
Expand All @@ -39,5 +40,6 @@
'ScrollZoomToggler',
'Terminator',
'TimestampedGeoJson',
'TimestampedWmsTileLayers'
'TimestampedWmsTileLayers',
'VideoOverlay',
]

0 comments on commit 9cb3b1f

Please sign in to comment.