From a7dd9f0e6b40dc0d7b7f37f27d7fcabd24db144d Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sat, 5 Feb 2011 03:40:57 +0000 Subject: [PATCH] osx: sync python __init__.py with working version --- osx/python/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/osx/python/__init__.py b/osx/python/__init__.py index 1d1e96246..90ee1942e 100644 --- a/osx/python/__init__.py +++ b/osx/python/__init__.py @@ -55,7 +55,7 @@ elif ver_int > 31: raise ImportError('Mapnik bindings are only available for python versions <= 3.1') else: raise ImportError('Mapnik bindings are only available for python versions 2.5, 2.6, 2.7, and 3.1') - + import os import warnings @@ -739,6 +739,7 @@ __all__ = [ 'ViewTransform', # enums 'aspect_fix_mode', + 'point_placement', 'label_placement', 'line_cap', 'line_join', @@ -747,6 +748,7 @@ __all__ = [ 'horizontal_alignment', 'justify_alignment', 'pattern_alignment', + 'filter_mode', # functions # datasources 'Datasource',