We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7addcf9 commit 7db74a3Copy full SHA for 7db74a3
1 file changed
packaging/mapnik/__init__.py
@@ -19,7 +19,7 @@
19
20
"""Mapnik Python module.
21
22
-Boost Python bindings to the Mapnik C++ shared library.
+Python bindings to the Mapnik C++ shared library.
23
24
Several things happen when you do:
25
@@ -34,9 +34,6 @@
34
35
3) All available input plugins and TrueType fonts are automatically registered.
36
37
- 4) Boost Python metaclass injectors are used in the '__init__.py' to extend several
38
- objects adding extra convenience when accessed via Python.
39
-
40
"""
41
42
import itertools
0 commit comments