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

Unified Diff: tools/telemetry/third_party/gsutil/third_party/python-gflags/README

Issue 1260493004: Revert "Add gsutil 4.13 to telemetry/third_party" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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 side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/third_party/gsutil/third_party/python-gflags/README
diff --git a/tools/telemetry/third_party/gsutil/third_party/python-gflags/README b/tools/telemetry/third_party/gsutil/third_party/python-gflags/README
deleted file mode 100644
index 81daa7ab49aaf6167048b875925a84064cb2cbed..0000000000000000000000000000000000000000
--- a/tools/telemetry/third_party/gsutil/third_party/python-gflags/README
+++ /dev/null
@@ -1,23 +0,0 @@
-This repository contains a python implementation of the Google commandline
-flags module.
-
- GFlags defines a *distributed* command line system, replacing systems like
- getopt(), optparse and manual argument processing. Rather than an application
- having to define all flags in or near main(), each python module defines flags
- that are useful to it. When one python module imports another, it gains
- access to the other's flags.
-
- It includes the ability to define flag types (boolean, float, interger, list),
- autogeneration of help (in both human and machine readable format) and reading
- arguments from a file. It also includes the ability to automatically generate
- man pages from the help flags.
-
-Documentation for implementation is at the top of gflags.py file.
-
-To install the python module, run
- python ./setup.py install
-
-When you install this library, you also get a helper application,
-gflags2man.py, installed into /usr/local/bin. You can run gflags2man.py to
-create an instant man page, with all the commandline flags and their docs, for
-any C++ or python program you've written using the gflags library.

Powered by Google App Engine
This is Rietveld 408576698