Skip to content

Commit ea5fd11

Browse files
authored
Merge pull request #118 from mbonnefoy/printing_refactoring
Refactor the printing module
2 parents 0e362b2 + 4f7f090 commit ea5fd11

10 files changed

Lines changed: 1582 additions & 1229 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ before_install:
7676
- pip install --upgrade --user wheel
7777
- pip install --upgrade --user twine
7878
- pip install --upgrade --user setuptools
79+
- pip install --upgrade --user PyPDF2
7980
- python --version
8081

8182
install:

mapnik/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ def bootstrap_env():
7373

7474
from ._mapnik import *
7575

76-
from . import printing
77-
printing.renderer = render
78-
7976
# The base Boost.Python class
8077
BoostPythonMetaclass = Coord.__class__
8178

0 commit comments

Comments
 (0)