From ccd7c49e6acdbee1f9589e59438f469103bd93a0 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Thu, 31 May 2007 17:55:49 +0100 Subject: [PATCH] export the most important objects directly in the toplevel package namespace --- pybindgen/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pybindgen/__init__.py b/pybindgen/__init__.py index e69de29..2c815f1 100644 --- a/pybindgen/__init__.py +++ b/pybindgen/__init__.py @@ -0,0 +1,6 @@ + +from typehandlers.base import ReturnValue, Parameter +from module import Module +from function import Function +from typehandlers.codesink import FileCodeSink +