diff options
| -rwxr-xr-x | updater.sh | 2 | ||||
| -rw-r--r-- | updater/__init__.py (renamed from tools/__init__.py) | 0 | ||||
| -rwxr-xr-x | updater/updater.py (renamed from tools/updater.py) | 0 |
3 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -python3 ./tools/__init__.py +python3 ./updater/__init__.py diff --git a/tools/__init__.py b/updater/__init__.py index eeef556..eeef556 100644 --- a/tools/__init__.py +++ b/updater/__init__.py diff --git a/tools/updater.py b/updater/updater.py index afb32f5..afb32f5 100755 --- a/tools/updater.py +++ b/updater/updater.py |
