Commit 2fee7cfc authored by Patrick Strawderman's avatar Patrick Strawderman

Fix typo.

parent 69d830c9
...@@ -593,7 +593,7 @@ class LawnLayout(BushyLayout): ...@@ -593,7 +593,7 @@ class LawnLayout(BushyLayout):
LAYOUTS['lawn'] = LawnLayout() LAYOUTS['lawn'] = LawnLayout()
class BlobStorageMixin(object): class BlobStorageMixin(object):
"""A mix-in to help storages support blobssupport blobs.""" """A mix-in to help storages support blobs."""
def _blob_init(self, blob_dir, layout='automatic'): def _blob_init(self, blob_dir, layout='automatic'):
# XXX Log warning if storage is ClientStorage # XXX Log warning if storage is ClientStorage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment