From c20ba29c7a2328366015a6cfcd4edf181271927c Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Fri, 31 Mar 2017 14:23:09 -0400 Subject: [PATCH] move scripts into scripts dir --- {lbrynet => scripts}/create_network.py | 0 {lbrynet => scripts}/dht_scripts.py | 0 {lbrynet => scripts}/dhttest.py | 0 {lbrynet => scripts}/node_rpc_cli.py | 0 {lbrynet => scripts}/rpc_node.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {lbrynet => scripts}/create_network.py (100%) rename {lbrynet => scripts}/dht_scripts.py (100%) rename {lbrynet => scripts}/dhttest.py (100%) rename {lbrynet => scripts}/node_rpc_cli.py (100%) rename {lbrynet => scripts}/rpc_node.py (100%) diff --git a/lbrynet/create_network.py b/scripts/create_network.py similarity index 100% rename from lbrynet/create_network.py rename to scripts/create_network.py diff --git a/lbrynet/dht_scripts.py b/scripts/dht_scripts.py similarity index 100% rename from lbrynet/dht_scripts.py rename to scripts/dht_scripts.py diff --git a/lbrynet/dhttest.py b/scripts/dhttest.py similarity index 100% rename from lbrynet/dhttest.py rename to scripts/dhttest.py diff --git a/lbrynet/node_rpc_cli.py b/scripts/node_rpc_cli.py similarity index 100% rename from lbrynet/node_rpc_cli.py rename to scripts/node_rpc_cli.py diff --git a/lbrynet/rpc_node.py b/scripts/rpc_node.py similarity index 100% rename from lbrynet/rpc_node.py rename to scripts/rpc_node.py