From e715ae82910ef6307168ae17d7bc584abe6e8bc1 Mon Sep 17 00:00:00 2001 From: Jakob Cornell Date: Wed, 19 Jan 2022 19:50:00 -0600 Subject: [PATCH] Simplify repository layout --- {python/scripts => scripts}/gdrive_access_token.py | 0 {python/scripts => scripts}/gdrive_hash_worker | 0 {python/scripts => scripts}/ingest_ptp_json.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {python/scripts => scripts}/gdrive_access_token.py (100%) rename {python/scripts => scripts}/gdrive_hash_worker (100%) rename {python/scripts => scripts}/ingest_ptp_json.py (100%) diff --git a/python/scripts/gdrive_access_token.py b/scripts/gdrive_access_token.py similarity index 100% rename from python/scripts/gdrive_access_token.py rename to scripts/gdrive_access_token.py diff --git a/python/scripts/gdrive_hash_worker b/scripts/gdrive_hash_worker similarity index 100% rename from python/scripts/gdrive_hash_worker rename to scripts/gdrive_hash_worker diff --git a/python/scripts/ingest_ptp_json.py b/scripts/ingest_ptp_json.py similarity index 100% rename from python/scripts/ingest_ptp_json.py rename to scripts/ingest_ptp_json.py -- 2.30.2