Note: This change is to support a project that I am working on. You should see no change in the behavior of your current Autotest installations.

-----

Implement the models and set up the RPC framework for the Test Planner

Signed-off-by: James Ren <jamesren@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@4039 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/frontend/planner/rpc_interface.py b/frontend/planner/rpc_interface.py
new file mode 100644
index 0000000..b8ea992
--- /dev/null
+++ b/frontend/planner/rpc_interface.py
@@ -0,0 +1,8 @@
+"""\
+Functions to expose over the RPC interface.
+"""
+
+__author__ = 'jamesren@google.com (James Ren)'
+
+
+# Nothing yet