Author: jerry
Date: Tue May 8 16:10:44 2012
New Revision: 1335610
URL: http://svn.apache.org/viewvc?rev=1335610&view=rev
Log:
Fix method typo in StorageDriver (list_containers)
Modified:
libcloud/trunk/libcloud/storage/base.py
Modified: libcloud/trunk/libcloud/storage/base.py
URL:
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/base.py?rev=1335610&r1=1335609&r2=1335610&view=diff
==============================================================================
--- libcloud/trunk/libcloud/storage/base.py (original)
+++ libcloud/trunk/libcloud/storage/base.py Tue May 8 16:10:44 2012
@@ -168,7 +168,7 @@ class StorageDriver(BaseDriver):
super(StorageDriver, self).__init__(key=key, secret=secret,
secure=secure,
host=host, port=port, **kwargs)
- def list_containters(self):
+ def list_containers(self):
"""
Return a list of containers.