Add support for a common library area, usable by both server and client code.

This isn't as clean as I would like, but it's the best mechanism I could find.  If you have suggestions please send them my way.

To add libraries, add a .py file (e.g. mylib.py) under client/common_lib, and add the module name to __all__ in __init__.py (e.g. __all__ = ['mylib']).  Then, from the server or the client, you can use 'from common import mylib'. 

From: showard@google.com



git-svn-id: http://test.kernel.org/svn/autotest/trunk@935 592f7852-d20e-0410-864c-8624ca9c26a4
4 files changed