export the most important objects directly in the toplevel package namespace

This commit is contained in:
Gustavo J. A. M. Carneiro
2007-05-31 17:55:49 +01:00
parent 5e226bae93
commit ccd7c49e6a
+6
View File
@@ -0,0 +1,6 @@
from typehandlers.base import ReturnValue, Parameter
from module import Module
from function import Function
from typehandlers.codesink import FileCodeSink