Author: tomaz
Date: Tue Nov 1 12:28:04 2011
New Revision: 1195957
URL: http://svn.apache.org/viewvc?rev=1195957&view=rev
Log:
Update out of date docstring.
Modified:
libcloud/trunk/libcloud/compute/base.py
Modified: libcloud/trunk/libcloud/compute/base.py
URL:
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/compute/base.py?rev=1195957&r1=1195956&r2=1195957&view=diff
==============================================================================
--- libcloud/trunk/libcloud/compute/base.py (original)
+++ libcloud/trunk/libcloud/compute/base.py Tue Nov 1 12:28:04 2011
@@ -473,8 +473,8 @@ class NodeDriver(BaseDriver):
See L{NodeDriver.create_node} for more keyword args.
>>> from libcloud.compute.drivers.dummy import DummyNodeDriver
- >>> from libcloud.deployment import ScriptDeployment
- >>> from libcloud.deployment import MultiStepDeployment
+ >>> from libcloud.compute.deployment import ScriptDeployment
+ >>> from libcloud.compute.deployment import MultiStepDeployment
>>> from libcloud.compute.base import NodeAuthSSHKey
>>> driver = DummyNodeDriver(0)
>>> key = NodeAuthSSHKey('...') # read from file