From 214c786063d915f031586234aaa94c661f6dcfef Mon Sep 17 00:00:00 2001 From: Maxime Daniel Date: Thu, 2 Feb 2023 23:44:40 +0100 Subject: [PATCH] src: rename python directory to src --- python | 1 + {python => src}/config.py.sample | 0 {python => src}/flist-uploader.py | 0 {python => src}/hub/docker.py | 0 {python => src}/hub/flist.py | 0 {python => src}/hub/itsyouonline.py | 0 {python => src}/hub/notifier.py | 0 {python => src}/hub/security.py | 0 {python => src}/hub/threebot.py | 0 {python => src}/static/browse.css | 0 {python => src}/static/cookie.js | 0 {python => src}/static/default.css | 0 {python => src}/static/github-markdown.css | 0 {python => src}/static/hub.js | 0 {python => src}/static/images/iyo.png | Bin {python => src}/static/images/threebot.png | Bin {python => src}/static/markdown.html | 0 {python => src}/static/marked.min.js | 0 {python => src}/static/upload.css | 0 {python => src}/templates/docker-progress.html | 0 {python => src}/templates/docker.html | 0 {python => src}/templates/layout.html | 0 {python => src}/templates/logins.html | 0 {python => src}/templates/merge.html | 0 {python => src}/templates/preview.html | 0 {python => src}/templates/search.html | 0 {python => src}/templates/success.html | 0 {python => src}/templates/token.html | 0 {python => src}/templates/upload-flist.html | 0 {python => src}/templates/upload.html | 0 {python => src}/templates/user.html | 0 {python => src}/templates/users.html | 0 32 files changed, 1 insertion(+) create mode 120000 python rename {python => src}/config.py.sample (100%) rename {python => src}/flist-uploader.py (100%) rename {python => src}/hub/docker.py (100%) rename {python => src}/hub/flist.py (100%) rename {python => src}/hub/itsyouonline.py (100%) rename {python => src}/hub/notifier.py (100%) rename {python => src}/hub/security.py (100%) rename {python => src}/hub/threebot.py (100%) rename {python => src}/static/browse.css (100%) rename {python => src}/static/cookie.js (100%) rename {python => src}/static/default.css (100%) rename {python => src}/static/github-markdown.css (100%) rename {python => src}/static/hub.js (100%) rename {python => src}/static/images/iyo.png (100%) rename {python => src}/static/images/threebot.png (100%) rename {python => src}/static/markdown.html (100%) rename {python => src}/static/marked.min.js (100%) rename {python => src}/static/upload.css (100%) rename {python => src}/templates/docker-progress.html (100%) rename {python => src}/templates/docker.html (100%) rename {python => src}/templates/layout.html (100%) rename {python => src}/templates/logins.html (100%) rename {python => src}/templates/merge.html (100%) rename {python => src}/templates/preview.html (100%) rename {python => src}/templates/search.html (100%) rename {python => src}/templates/success.html (100%) rename {python => src}/templates/token.html (100%) rename {python => src}/templates/upload-flist.html (100%) rename {python => src}/templates/upload.html (100%) rename {python => src}/templates/user.html (100%) rename {python => src}/templates/users.html (100%) diff --git a/python b/python new file mode 120000 index 0000000..e831038 --- /dev/null +++ b/python @@ -0,0 +1 @@ +src \ No newline at end of file diff --git a/python/config.py.sample b/src/config.py.sample similarity index 100% rename from python/config.py.sample rename to src/config.py.sample diff --git a/python/flist-uploader.py b/src/flist-uploader.py similarity index 100% rename from python/flist-uploader.py rename to src/flist-uploader.py diff --git a/python/hub/docker.py b/src/hub/docker.py similarity index 100% rename from python/hub/docker.py rename to src/hub/docker.py diff --git a/python/hub/flist.py b/src/hub/flist.py similarity index 100% rename from python/hub/flist.py rename to src/hub/flist.py diff --git a/python/hub/itsyouonline.py b/src/hub/itsyouonline.py similarity index 100% rename from python/hub/itsyouonline.py rename to src/hub/itsyouonline.py diff --git a/python/hub/notifier.py b/src/hub/notifier.py similarity index 100% rename from python/hub/notifier.py rename to src/hub/notifier.py diff --git a/python/hub/security.py b/src/hub/security.py similarity index 100% rename from python/hub/security.py rename to src/hub/security.py diff --git a/python/hub/threebot.py b/src/hub/threebot.py similarity index 100% rename from python/hub/threebot.py rename to src/hub/threebot.py diff --git a/python/static/browse.css b/src/static/browse.css similarity index 100% rename from python/static/browse.css rename to src/static/browse.css diff --git a/python/static/cookie.js b/src/static/cookie.js similarity index 100% rename from python/static/cookie.js rename to src/static/cookie.js diff --git a/python/static/default.css b/src/static/default.css similarity index 100% rename from python/static/default.css rename to src/static/default.css diff --git a/python/static/github-markdown.css b/src/static/github-markdown.css similarity index 100% rename from python/static/github-markdown.css rename to src/static/github-markdown.css diff --git a/python/static/hub.js b/src/static/hub.js similarity index 100% rename from python/static/hub.js rename to src/static/hub.js diff --git a/python/static/images/iyo.png b/src/static/images/iyo.png similarity index 100% rename from python/static/images/iyo.png rename to src/static/images/iyo.png diff --git a/python/static/images/threebot.png b/src/static/images/threebot.png similarity index 100% rename from python/static/images/threebot.png rename to src/static/images/threebot.png diff --git a/python/static/markdown.html b/src/static/markdown.html similarity index 100% rename from python/static/markdown.html rename to src/static/markdown.html diff --git a/python/static/marked.min.js b/src/static/marked.min.js similarity index 100% rename from python/static/marked.min.js rename to src/static/marked.min.js diff --git a/python/static/upload.css b/src/static/upload.css similarity index 100% rename from python/static/upload.css rename to src/static/upload.css diff --git a/python/templates/docker-progress.html b/src/templates/docker-progress.html similarity index 100% rename from python/templates/docker-progress.html rename to src/templates/docker-progress.html diff --git a/python/templates/docker.html b/src/templates/docker.html similarity index 100% rename from python/templates/docker.html rename to src/templates/docker.html diff --git a/python/templates/layout.html b/src/templates/layout.html similarity index 100% rename from python/templates/layout.html rename to src/templates/layout.html diff --git a/python/templates/logins.html b/src/templates/logins.html similarity index 100% rename from python/templates/logins.html rename to src/templates/logins.html diff --git a/python/templates/merge.html b/src/templates/merge.html similarity index 100% rename from python/templates/merge.html rename to src/templates/merge.html diff --git a/python/templates/preview.html b/src/templates/preview.html similarity index 100% rename from python/templates/preview.html rename to src/templates/preview.html diff --git a/python/templates/search.html b/src/templates/search.html similarity index 100% rename from python/templates/search.html rename to src/templates/search.html diff --git a/python/templates/success.html b/src/templates/success.html similarity index 100% rename from python/templates/success.html rename to src/templates/success.html diff --git a/python/templates/token.html b/src/templates/token.html similarity index 100% rename from python/templates/token.html rename to src/templates/token.html diff --git a/python/templates/upload-flist.html b/src/templates/upload-flist.html similarity index 100% rename from python/templates/upload-flist.html rename to src/templates/upload-flist.html diff --git a/python/templates/upload.html b/src/templates/upload.html similarity index 100% rename from python/templates/upload.html rename to src/templates/upload.html diff --git a/python/templates/user.html b/src/templates/user.html similarity index 100% rename from python/templates/user.html rename to src/templates/user.html diff --git a/python/templates/users.html b/src/templates/users.html similarity index 100% rename from python/templates/users.html rename to src/templates/users.html