Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
migurski committed Jan 3, 2013
1 parent 1780eea commit 2e7e05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TileStache/S3.py
Expand Up @@ -63,7 +63,7 @@ def lock(self, layer, coord, format):
""" Acquire a cache lock for this tile.
Returns nothing, but blocks until the lock has been acquired.
Does nothing and returns immediately is `use_locks` is false.
Does nothing and returns immediately if `use_locks` is false.
"""
if not self.use_locks:
return
Expand Down
1 change: 1 addition & 0 deletions scripts/tilestache-compose.py
@@ -1,3 +1,4 @@
#!/usr/bin/env python
from sys import stderr, path
from tempfile import mkstemp
from thread import allocate_lock
Expand Down

0 comments on commit 2e7e05a

Please sign in to comment.