Skip to content

Commit 06ea926

Browse files
committed
Merge pull request #38 from yohanboniface/python3
Python 3 compatibility
2 parents 74f5c8a + d2a2afa commit 06ea926

Some content is hidden

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

71 files changed

+7367
-4704
lines changed

mapnik/__init__.py

Lines changed: 93 additions & 90 deletions
Large diffs are not rendered by default.

mapnik/mapnik_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import os
2+
23
mapnik_data_dir = os.path.dirname(os.path.realpath(__file__))
34

45
env = {}

0 commit comments

Comments
 (0)