Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: appengine/findit/libs/README.md

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Address comments. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # libs
2
3 This [libs](libs) module is for shared & standalone code that has no dependency
4 on AppEngine but just the standard python library. However, it should also be
wrengr 2016/11/15 00:38:01 s/the (standard python library)/a $1/
stgao 2016/11/16 18:44:11 Done.
5 AppEngine-compatible -- could run on AppEngine. For example, writing to the file
wrengr 2016/11/15 00:38:01 s/-- could/-- i.e., can be/
stgao 2016/11/16 18:44:11 Done.
6 system should be excluded (os.path is OK though).
wrengr 2016/11/15 00:38:01 -> "For example, you must not write to the file sy
stgao 2016/11/16 18:44:11 Good point.
7
8 # How to use?
9
10 Create a symbolic link to [libs](libs), and ensure that the containing directory
11 of it is in sys.path or PYTHONPATH.
12
13 The usage would look like: `from libs import API_MODULE_NAME`
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698