Skip to content

Commit 7db74a3

Browse files
committed
Remove references to boost.python
1 parent 7addcf9 commit 7db74a3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packaging/mapnik/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
"""Mapnik Python module.
2121
22-
Boost Python bindings to the Mapnik C++ shared library.
22+
Python bindings to the Mapnik C++ shared library.
2323
2424
Several things happen when you do:
2525
@@ -34,9 +34,6 @@
3434
3535
3) All available input plugins and TrueType fonts are automatically registered.
3636
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-
4037
"""
4138

4239
import itertools

0 commit comments

Comments
 (0)