rescan python

This commit is contained in:
Mathieu Lacage
2009-05-19 15:35:05 +02:00
parent 2f0944386f
commit bf673cf808
22 changed files with 38 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
from pybindgen import Module, FileCodeSink, param, retval, cppclass
from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers
def register_types(module):
root_module = module.get_root()