[fixes #904] Python2.5 compatibility.
This commit is contained in:
parent
7eef4af143
commit
5c76218070
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ page.render_map(m,"my_output_file.pdf")
|
|||
see the documentation of mapnik2.printing.PDFPrinter() for options
|
||||
|
||||
"""
|
||||
from __future__ import absolute_import
|
||||
|
||||
from . import render, Map, Box2d, MemoryDatasource, Layer, Feature, Projection, ProjTransform, Coord, Style, Rule, Geometry2d
|
||||
import math
|
||||
|
|
Loading…
Reference in a new issue