mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-10-10 20:38:28 -04:00
Updated utilities
This commit is contained in:
parent
5f8a55b702
commit
dd5133751e
3 changed files with 2 additions and 4 deletions
2
RNS/vendor/__init__.py
vendored
2
RNS/vendor/__init__.py
vendored
|
@ -1,7 +1,5 @@
|
|||
import os
|
||||
import glob
|
||||
|
||||
__version__ = "0.1.9"
|
||||
|
||||
modules = glob.glob(os.path.dirname(__file__)+"/*.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