Author: tomaz
Date: Wed Oct 19 17:00:32 2011
New Revision: 1186336

URL: http://svn.apache.org/viewvc?rev=1186336&view=rev
Log:
Fix a typo in __all__ in the OpenStack compute driver (reported by Brad Morgan).

Modified:
    libcloud/trunk/libcloud/compute/drivers/openstack.py

Modified: libcloud/trunk/libcloud/compute/drivers/openstack.py
URL: 
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/drivers/openstack.py?rev=1186336&r1=1186335&r2=1186336&view=diff
==============================================================================
--- libcloud/trunk/libcloud/compute/drivers/openstack.py (original)
+++ libcloud/trunk/libcloud/compute/drivers/openstack.py Wed Oct 19 17:00:32 
2011
@@ -46,7 +46,7 @@ __all__ = [
     'OpenStack_1_1_Response',
     'OpenStack_1_1_Connection',
     'OpenStack_1_1_NodeDriver',
-    'OpenStackDriver'
+    'OpenStackNodeDriver'
     ]
 
 


Reply via email to