mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-23 23:11:18 -04:00
Fixed Android interfaces import
This commit is contained in:
parent
ed4070a3d1
commit
886b0ac0ca
3 changed files with 4 additions and 3 deletions
|
@ -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')]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue