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/02/08 08:26:21 UTC

svn commit: r907574 - /incubator/libcloud/trunk/libcloud/drivers/rackspace.py

Author: pquerna
Date: Mon Feb  8 07:26:20 2010
New Revision: 907574

URL: http://svn.apache.org/viewvc?rev=907574&view=rev
Log:
Remove unused imports noticed by pyflakes

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

Modified: incubator/libcloud/trunk/libcloud/drivers/rackspace.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/rackspace.py?rev=907574&r1=907573&r2=907574&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/drivers/rackspace.py (original)
+++ incubator/libcloud/trunk/libcloud/drivers/rackspace.py Mon Feb  8 07:26:20 2010
@@ -17,13 +17,8 @@
 """
 from libcloud.types import NodeState, InvalidCredsException, Provider
 from libcloud.base import ConnectionUserAndKey, Response, NodeDriver, Node, NodeSize, NodeImage, NodeLocation
-from libcloud.interface import INodeDriver
-
-from zope.interface import implements
-
 import os
 
-import time
 import base64
 import urlparse