Fixed Android interfaces import

This commit is contained in:
Mark Qvist 2022-10-22 01:38:38 +02:00
parent ed4070a3d1
commit 886b0ac0ca
3 changed files with 4 additions and 3 deletions

View File

@ -22,6 +22,7 @@
import os
import glob
import RNS.Interfaces.Android
modules = glob.glob(os.path.dirname(__file__)+"/*.py")
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]
__all__ = [ os.path.basename(f)[:-3] for f in modules if not f.endswith('__init__.py')]

View File

@ -1 +1 @@
__version__ = "0.3.16"
__version__ = "0.3.17"

View File

@ -48,4 +48,4 @@ def cryptography_old_api():
if cryptography.__version__ == "2.8":
return True
else:
return False
return False