forked from jwass/mplleaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mplexporter
updated
12 files
+1 −7 | .gitignore | |
+0 −31 | .travis.yml | |
+0 −10 | mplexporter/__init__.py | |
+0 −53 | mplexporter/convertors.py | |
+9 −9 | mplexporter/exporter.py | |
+6 −11 | mplexporter/renderers/base.py | |
+2 −8 | mplexporter/tests/__init__.py | |
+2 −10 | mplexporter/tests/test_basic.py | |
+0 −19 | mplexporter/tests/test_convertors.py | |
+4 −5 | mplexporter/tests/test_utils.py | |
+15 −48 | mplexporter/utils.py | |
+1 −9 | setup.py |