You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/10/30 01:58:29 UTC

svn commit: r1195078 - /libcloud/trunk/libcloud/dns/drivers/rackspace.py

Author: tomaz
Date: Sat Oct 29 23:58:28 2011
New Revision: 1195078

URL: http://svn.apache.org/viewvc?rev=1195078&view=rev
Log:
Remove a comment.

Modified:
    libcloud/trunk/libcloud/dns/drivers/rackspace.py

Modified: libcloud/trunk/libcloud/dns/drivers/rackspace.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/dns/drivers/rackspace.py?rev=1195078&r1=1195077&r2=1195078&view=diff
==============================================================================
--- libcloud/trunk/libcloud/dns/drivers/rackspace.py (original)
+++ libcloud/trunk/libcloud/dns/drivers/rackspace.py Sat Oct 29 23:58:28 2011
@@ -52,9 +52,6 @@ class RackspaceDNSResponse(OpenStack_1_1
     """
 
     def parse_error(self):
-        # Holy fucking jesus,
-        # "The request could not be understood by the server due to malformed
-        # syntax." is returned if record already exists
         status = int(self.status)
         context = self.connection.context
         body = self.parse_body()