From c424cd68fafd73a9142fbe2087b023f1cc1dee1b Mon Sep 17 00:00:00 2001 From: jsargiot Date: Sun, 17 Feb 2013 21:09:00 -0300 Subject: [PATCH] Renaming debugger to ndb3. Renaming folder. --- debugger_plugin/{core => ndb3}/__init__.py | 0 debugger_plugin/{core => ndb3}/ndb.py | 0 debugger_plugin/{core => ndb3}/process.py | 0 debugger_plugin/{core => ndb3}/rpc_adapter.py | 0 debugger_plugin/{core => ndb3}/serialize.py | 0 debugger_plugin/{core => ndb3}/test/__init__.py | 0 debugger_plugin/{core => ndb3}/test/helpers.py | 0 debugger_plugin/{core => ndb3}/test/test_process.py | 0 debugger_plugin/{core => ndb3}/test/test_rpc_adapter.py | 0 debugger_plugin/{core => ndb3}/test/test_serialize.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename debugger_plugin/{core => ndb3}/__init__.py (100%) rename debugger_plugin/{core => ndb3}/ndb.py (100%) rename debugger_plugin/{core => ndb3}/process.py (100%) rename debugger_plugin/{core => ndb3}/rpc_adapter.py (100%) rename debugger_plugin/{core => ndb3}/serialize.py (100%) rename debugger_plugin/{core => ndb3}/test/__init__.py (100%) rename debugger_plugin/{core => ndb3}/test/helpers.py (100%) rename debugger_plugin/{core => ndb3}/test/test_process.py (100%) rename debugger_plugin/{core => ndb3}/test/test_rpc_adapter.py (100%) rename debugger_plugin/{core => ndb3}/test/test_serialize.py (100%) diff --git a/debugger_plugin/core/__init__.py b/debugger_plugin/ndb3/__init__.py similarity index 100% rename from debugger_plugin/core/__init__.py rename to debugger_plugin/ndb3/__init__.py diff --git a/debugger_plugin/core/ndb.py b/debugger_plugin/ndb3/ndb.py similarity index 100% rename from debugger_plugin/core/ndb.py rename to debugger_plugin/ndb3/ndb.py diff --git a/debugger_plugin/core/process.py b/debugger_plugin/ndb3/process.py similarity index 100% rename from debugger_plugin/core/process.py rename to debugger_plugin/ndb3/process.py diff --git a/debugger_plugin/core/rpc_adapter.py b/debugger_plugin/ndb3/rpc_adapter.py similarity index 100% rename from debugger_plugin/core/rpc_adapter.py rename to debugger_plugin/ndb3/rpc_adapter.py diff --git a/debugger_plugin/core/serialize.py b/debugger_plugin/ndb3/serialize.py similarity index 100% rename from debugger_plugin/core/serialize.py rename to debugger_plugin/ndb3/serialize.py diff --git a/debugger_plugin/core/test/__init__.py b/debugger_plugin/ndb3/test/__init__.py similarity index 100% rename from debugger_plugin/core/test/__init__.py rename to debugger_plugin/ndb3/test/__init__.py diff --git a/debugger_plugin/core/test/helpers.py b/debugger_plugin/ndb3/test/helpers.py similarity index 100% rename from debugger_plugin/core/test/helpers.py rename to debugger_plugin/ndb3/test/helpers.py diff --git a/debugger_plugin/core/test/test_process.py b/debugger_plugin/ndb3/test/test_process.py similarity index 100% rename from debugger_plugin/core/test/test_process.py rename to debugger_plugin/ndb3/test/test_process.py diff --git a/debugger_plugin/core/test/test_rpc_adapter.py b/debugger_plugin/ndb3/test/test_rpc_adapter.py similarity index 100% rename from debugger_plugin/core/test/test_rpc_adapter.py rename to debugger_plugin/ndb3/test/test_rpc_adapter.py diff --git a/debugger_plugin/core/test/test_serialize.py b/debugger_plugin/ndb3/test/test_serialize.py similarity index 100% rename from debugger_plugin/core/test/test_serialize.py rename to debugger_plugin/ndb3/test/test_serialize.py