* server/CommPythonClient.cpp, server/CommPythonClient.h: Modify the client connection to use the new Python context class.
* rulesets/Python_API.cpp, rulesets/Python_API.h: Hack in a quick function for executing python commands. * server/CommPythonClient.cpp: Pass input from the client straight into the python interpretter and see what happens.
* server/CommPythonClient.cpp, server/CommPythonClient.h: Stub class to handle python commands over a socket connection.