From 83ed43763efb0f4af5234e6aac01af8c58f17911 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 12 Feb 2015 16:27:36 -0500 Subject: [PATCH] Add module docstring. --- gcloud/_localstack.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcloud/_localstack.py b/gcloud/_localstack.py index a44f33d7e492..144ba76874dc 100644 --- a/gcloud/_localstack.py +++ b/gcloud/_localstack.py @@ -11,6 +11,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +"""Thread-local resource stack. + +Not an API. +""" try: from threading import local as Local