From 81a2e510f5e75d06cfe926307f17002891d22b90 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 14 Jul 2020 21:20:09 +0300 Subject: [PATCH] Move proxy.py from scripts/ to contrib/ This change makes it clear that core does not depend on this code. --- {scripts => contrib}/proxy.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {scripts => contrib}/proxy.py (100%) diff --git a/scripts/proxy.py b/contrib/proxy.py similarity index 100% rename from scripts/proxy.py rename to contrib/proxy.py