From 776d96584ab4e2dca269527c8e3354f0fc4d48da Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 21 Jan 2015 16:58:13 +0200 Subject: [PATCH] Debug: move from sandbox/ to plugins/ I also added symlink to the old place pointing to the new place. --- {sandbox => plugins}/Debug/README.md | 0 {sandbox => plugins}/Debug/__init__.py | 0 {sandbox => plugins}/Debug/config.py | 0 {sandbox => plugins}/Debug/plugin.py | 0 {sandbox => plugins}/Debug/test.py | 0 sandbox/Debug | 1 + 6 files changed, 1 insertion(+) rename {sandbox => plugins}/Debug/README.md (100%) rename {sandbox => plugins}/Debug/__init__.py (100%) rename {sandbox => plugins}/Debug/config.py (100%) rename {sandbox => plugins}/Debug/plugin.py (100%) rename {sandbox => plugins}/Debug/test.py (100%) create mode 120000 sandbox/Debug diff --git a/sandbox/Debug/README.md b/plugins/Debug/README.md similarity index 100% rename from sandbox/Debug/README.md rename to plugins/Debug/README.md diff --git a/sandbox/Debug/__init__.py b/plugins/Debug/__init__.py similarity index 100% rename from sandbox/Debug/__init__.py rename to plugins/Debug/__init__.py diff --git a/sandbox/Debug/config.py b/plugins/Debug/config.py similarity index 100% rename from sandbox/Debug/config.py rename to plugins/Debug/config.py diff --git a/sandbox/Debug/plugin.py b/plugins/Debug/plugin.py similarity index 100% rename from sandbox/Debug/plugin.py rename to plugins/Debug/plugin.py diff --git a/sandbox/Debug/test.py b/plugins/Debug/test.py similarity index 100% rename from sandbox/Debug/test.py rename to plugins/Debug/test.py diff --git a/sandbox/Debug b/sandbox/Debug new file mode 120000 index 000000000..105606848 --- /dev/null +++ b/sandbox/Debug @@ -0,0 +1 @@ +../plugins/Debug \ No newline at end of file