diff --git a/jnius/jnius.pyx b/jnius/jnius.pyx index de757fd..331f852 100644 --- a/jnius/jnius.pyx +++ b/jnius/jnius.pyx @@ -86,9 +86,9 @@ Python:: ''' __all__ = ('JavaObject', 'JavaClass', 'JavaMethod', 'JavaField', - 'JavaStaticMethod', 'JavaStaticField', 'MetaJavaClass', - 'JavaException', 'cast', 'find_javaclass', 'PythonJavaClass', - 'java_method', 'detach') + 'JavaStaticMethod', 'JavaStaticField', 'JavaMultipleMethod', + 'MetaJavaClass', 'JavaException', 'cast', 'find_javaclass', + 'PythonJavaClass', 'java_method', 'detach') from libc.stdlib cimport malloc, free from functools import partial