Index: appengine/findit_mock/libs/README.md |
diff --git a/appengine/findit_mock/libs/README.md b/appengine/findit_mock/libs/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d1c1d342631499e64d9d84efcf9157a0aa82c8ff |
--- /dev/null |
+++ b/appengine/findit_mock/libs/README.md |
@@ -0,0 +1,12 @@ |
+# libs |
+ |
+This [libs](libs) module is for shared & standalone code that has no dependency |
+on AppEngine but just the standard python library. However, it should be |
+AppEngine-compatible -- could be used on AppEngine. |
+ |
+# How to use? |
+ |
+Create a symbolic link to [libs](libs), and ensure that the containing directory |
+of it is in sys.path or PYTHONPATH. |
+ |
+The usage would look like: `from libs import API_MODULE` |