Fixed Android interfaces import

pull/154/head
Mark Qvist 2022-10-22 01:38:38 +02:00
rodzic ed4070a3d1
commit 886b0ac0ca
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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')]

Wyświetl plik

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

Wyświetl plik

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