From 6ba1e2e664e614031aa72317472dd0c7d89af972 Mon Sep 17 00:00:00 2001 From: Russell Haering <russell.haering@rackspace.com> Date: Tue, 17 Sep 2013 13:35:54 -0700 Subject: [PATCH] rename teeth.agent to teeth_agent --- .gitignore | 2 +- teeth/agent/__init__.py | 0 {teeth => teeth_agent}/__init__.py | 0 {teeth/agent => teeth_agent}/protocol.py | 0 4 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 teeth/agent/__init__.py rename {teeth => teeth_agent}/__init__.py (100%) rename {teeth/agent => teeth_agent}/protocol.py (100%) diff --git a/.gitignore b/.gitignore index cfffe4ce7..eb7f35561 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ bin/* lib/* include/* local/* - +src/* diff --git a/teeth/agent/__init__.py b/teeth/agent/__init__.py deleted file mode 100644 index e69de29bb..000000000 diff --git a/teeth/__init__.py b/teeth_agent/__init__.py similarity index 100% rename from teeth/__init__.py rename to teeth_agent/__init__.py diff --git a/teeth/agent/protocol.py b/teeth_agent/protocol.py similarity index 100% rename from teeth/agent/protocol.py rename to teeth_agent/protocol.py