From 676c0336d9bab52a0344d107b5dc14f3f8884b2e Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Sun, 13 Mar 2022 21:02:09 +0100 Subject: [PATCH] Rename bots for consistency. --- bots/{json_edit.py => sledrun_json_edit.py} | 0 bots/{json_validate.py => sledrun_json_validate.py} | 0 bots/{sledrun_from_json.py => sledrun_wikitext_from_json.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename bots/{json_edit.py => sledrun_json_edit.py} (100%) rename bots/{json_validate.py => sledrun_json_validate.py} (100%) rename bots/{sledrun_from_json.py => sledrun_wikitext_from_json.py} (100%) diff --git a/bots/json_edit.py b/bots/sledrun_json_edit.py similarity index 100% rename from bots/json_edit.py rename to bots/sledrun_json_edit.py diff --git a/bots/json_validate.py b/bots/sledrun_json_validate.py similarity index 100% rename from bots/json_validate.py rename to bots/sledrun_json_validate.py diff --git a/bots/sledrun_from_json.py b/bots/sledrun_wikitext_from_json.py similarity index 100% rename from bots/sledrun_from_json.py rename to bots/sledrun_wikitext_from_json.py -- 2.39.5