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 20:28:03 UTC

svn commit: r941849 - /incubator/libcloud/trunk/demos/ec2_demo.py

Author: pquerna
Date: Thu May  6 18:28:02 2010
New Revision: 941849

URL: http://svn.apache.org/viewvc?rev=941849&view=rev
Log:
Remove unused import in the demos

Modified:
    incubator/libcloud/trunk/demos/ec2_demo.py

Modified: incubator/libcloud/trunk/demos/ec2_demo.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/demos/ec2_demo.py?rev=941849&r1=941848&r2=941849&view=diff
==============================================================================
--- incubator/libcloud/trunk/demos/ec2_demo.py (original)
+++ incubator/libcloud/trunk/demos/ec2_demo.py Thu May  6 18:28:02 2010
@@ -28,7 +28,7 @@ except:
     pass
 import sys; sys.path.append('..')
 
-from libcloud.types import Provider, InvalidCredsException
+from libcloud.types import Provider
 from libcloud.providers import get_driver
 
 from pprint import pprint