mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Fixed Android interfaces import
This commit is contained in:
parent
ed4070a3d1
commit
886b0ac0ca
@ -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')]
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "0.3.16"
|
||||
__version__ = "0.3.17"
|
||||
|
2
RNS/vendor/platformutils.py
vendored
2
RNS/vendor/platformutils.py
vendored
@ -48,4 +48,4 @@ def cryptography_old_api():
|
||||
if cryptography.__version__ == "2.8":
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user