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

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

Issue 2447253002: [Findit & Predator] Code reorg of Findit. (Closed)
Patch Set: Clean up. 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 be
5 AppEngine-compatible -- could be used on AppEngine.
6
7 # How to use?
8
9 Create a symbolic link to [libs](libs), and ensure that the containing directory
10 of it is in sys.path or PYTHONPATH.
11
12 The usage would look like: `from libs import API_MODULE`
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698