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 2011/10/10 23:41:56 UTC

svn commit: r1181253 - /libcloud/trunk/libcloud/common/openstack.py

Author: pquerna
Date: Mon Oct 10 21:41:56 2011
New Revision: 1181253

URL: http://svn.apache.org/viewvc?rev=1181253&view=rev
Log:
Remove extra space

Modified:
    libcloud/trunk/libcloud/common/openstack.py

Modified: libcloud/trunk/libcloud/common/openstack.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/common/openstack.py?rev=1181253&r1=1181252&r2=1181253&view=diff
==============================================================================
--- libcloud/trunk/libcloud/common/openstack.py (original)
+++ libcloud/trunk/libcloud/common/openstack.py Mon Oct 10 21:41:56 2011
@@ -229,7 +229,7 @@ class OpenStackBaseConnection(Connection
             if self._ex_force_auth_url != None:
                 aurl = self._ex_force_auth_url
 
-            if aurl == None :
+            if aurl == None:
                 raise LibcloudError('OpenStack instance must have auth_url set')
 
             osa = OpenStackAuthConnection(self, aurl, self._auth_version, self.user_id, self.key)