Skip to content

Commit

Permalink
Add module docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 12, 2015
1 parent c9e26e1 commit 83ed437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcloud/_localstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83ed437

Please sign in to comment.