You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by pq...@apache.org on 2010/01/05 05:05:48 UTC

svn commit: r895886 - /incubator/libcloud/trunk/libcloud/interface.py

Author: pquerna
Date: Tue Jan  5 04:05:48 2010
New Revision: 895886

URL: http://svn.apache.org/viewvc?rev=895886&view=rev
Log:
add docs on interface

Modified:
    incubator/libcloud/trunk/libcloud/interface.py

Modified: incubator/libcloud/trunk/libcloud/interface.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/interface.py?rev=895886&r1=895885&r2=895886&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/interface.py (original)
+++ incubator/libcloud/trunk/libcloud/interface.py Tue Jan  5 04:05:48 2010
@@ -12,6 +12,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.
+
+"""
+Provides zope.interface definitions for libcloud.
+"""
 from zope.interface import Interface, Attribute