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/05/06 22:39:01 UTC

svn commit: r941903 - /incubator/libcloud/trunk/libcloud/drivers/dreamhost.py

Author: pquerna
Date: Thu May  6 20:39:01 2010
New Revision: 941903

URL: http://svn.apache.org/viewvc?rev=941903&view=rev
Log:
remove unused imports

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

Modified: incubator/libcloud/trunk/libcloud/drivers/dreamhost.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/drivers/dreamhost.py?rev=941903&r1=941902&r2=941903&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/drivers/dreamhost.py (original)
+++ incubator/libcloud/trunk/libcloud/drivers/dreamhost.py Thu May  6 20:39:01 2010
@@ -15,11 +15,9 @@
 """
 DreamHost Driver
 """
-import uuid
 
-from libcloud.interface import INodeDriver
 from libcloud.base import ConnectionKey, Response, NodeDriver, Node
-from libcloud.base import NodeSize, NodeImage, NodeLocation
+from libcloud.base import NodeSize, NodeImage
 from libcloud.types import Provider, NodeState, InvalidCredsException
 
 # JSON is included in the standard library starting with Python 2.6.  For 2.5