osx: update __init__.py but commend printing model as relative import fails

This commit is contained in:
Dane Springmeyer 2011-05-13 19:02:43 +00:00
parent c5f587c29c
commit 58a41d114d

View File

@ -72,6 +72,9 @@ else:
from paths import inputpluginspath, fontscollectionpath
#import printing
#printing.renderer = render
# The base Boost.Python class
BoostPythonMetaclass = Coord.__class__
@ -684,7 +687,7 @@ __all__ = [
# classes
'Color',
'Coord',
'ColorBand',
#'ColorBand',
'CompositeOp',
'DatasourceCache',
'Box2d',