| Index: systrace/systrace/tracing_agents/atrace_agent.py
|
| diff --git a/systrace/systrace/agents/atrace_agent.py b/systrace/systrace/tracing_agents/atrace_agent.py
|
| similarity index 99%
|
| rename from systrace/systrace/agents/atrace_agent.py
|
| rename to systrace/systrace/tracing_agents/atrace_agent.py
|
| index 3125821b22a743c0a58ad2f35620a4aead772037..e54e7d40fe71cc5ce8734dba4bd8f14c410be993 100644
|
| --- a/systrace/systrace/agents/atrace_agent.py
|
| +++ b/systrace/systrace/tracing_agents/atrace_agent.py
|
| @@ -2,6 +2,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +# Test using 'mv' instead of 'git mv'.
|
| +
|
| import Queue
|
| import re
|
| import subprocess
|
|
|