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/05/14 15:30:23 UTC

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

Author: pquerna
Date: Sat May 14 13:30:22 2011
New Revision: 1103108

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

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

Modified: incubator/libcloud/trunk/libcloud/compute/drivers/dreamhost.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/compute/drivers/dreamhost.py?rev=1103108&r1=1103107&r2=1103108&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/compute/drivers/dreamhost.py (original)
+++ incubator/libcloud/trunk/libcloud/compute/drivers/dreamhost.py Sat May 14 13:30:22 2011
@@ -23,7 +23,6 @@ except:
 
 import copy
 
-from libcloud.pricing import get_pricing
 from libcloud.common.base import ConnectionKey, Response
 from libcloud.common.types import InvalidCredsError
 from libcloud.compute.base import Node, NodeDriver, NodeSize