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

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

Issue 2488113005: [Findit] Re-org code. (Closed)
Patch Set: Rebase. 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 The [libs](libs) module is for shared & standalone code that has no dependency
4 on AppEngine but just a standard python library. However, it should also be
5 AppEngine-compatible -- can be run on AppEngine. For example, the code must not
6 write to the file system (using of os.path is OK though).
7
8 # How to use?
9
10 Create a symbolic link to [libs](libs) under a directory PARENT\_DIR, and ensure
11 that PARENT\_DIR is added to sys.path or PYTHONPATH.
12
13 The usage would look like: `from libs import API_MODULE_NAME`
OLDNEW
« no previous file with comments | « appengine/findit/lib/gitiles/test/gitiles_repository_test.py ('k') | appengine/findit/libs/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698