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/01/05 05:07:12 UTC

svn commit: r895890 - /incubator/libcloud/trunk/libcloud/base.py

Author: pquerna
Date: Tue Jan  5 04:07:11 2010
New Revision: 895890

URL: http://svn.apache.org/viewvc?rev=895890&view=rev
Log:
Remove old NodeOptions import

Modified:
    incubator/libcloud/trunk/libcloud/base.py

Modified: incubator/libcloud/trunk/libcloud/base.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/base.py?rev=895890&r1=895889&r2=895890&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/base.py (original)
+++ incubator/libcloud/trunk/libcloud/base.py Tue Jan  5 04:07:11 2010
@@ -26,7 +26,6 @@
 from libcloud.interface import INodeFactory, INode
 from libcloud.interface import INodeSizeFactory, INodeSize
 from libcloud.interface import INodeImageFactory, INodeImage
-from libcloud.interface import INodeOptionsFactory, INodeOptions
 import hashlib
 from pipes import quote as pquote