jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[IMPR] Restore compat2core.py script

The script is still usefull and can be reused for other deprecations.

Bug: T283565
Change-Id: I177dc08983c5116051e717848ee944cae7daacc9
---
R scripts/maintenance/compat2core.py
M tests/__init__.py
R tests/compat2core_tests.py
3 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/archive/compat2core.py b/scripts/maintenance/compat2core.py
similarity index 100%
rename from scripts/archive/compat2core.py
rename to scripts/maintenance/compat2core.py
diff --git a/tests/__init__.py b/tests/__init__.py
index ce88efe..74f897a 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -148,6 +148,7 @@
'cache',
'category_bot',
'checkimages',
+ 'compat2core',
'deletionbot',
'fixing_redirects',
'generate_family_file',
diff --git a/tests/archive/compat2core_tests.py b/tests/compat2core_tests.py
similarity index 100%
rename from tests/archive/compat2core_tests.py
rename to tests/compat2core_tests.py

To view, visit change 697918. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I177dc08983c5116051e717848ee944cae7daacc9
Gerrit-Change-Number: 697918
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged