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:25:31 UTC

svn commit: r1103101 - /incubator/libcloud/trunk/libcloud/compute/drivers/opsource.py

Author: pquerna
Date: Sat May 14 13:25:31 2011
New Revision: 1103101

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

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

Modified: incubator/libcloud/trunk/libcloud/compute/drivers/opsource.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/compute/drivers/opsource.py?rev=1103101&r1=1103100&r2=1103101&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/compute/drivers/opsource.py (original)
+++ incubator/libcloud/trunk/libcloud/compute/drivers/opsource.py Sat May 14 13:25:31 2011
@@ -16,9 +16,7 @@
 Opsource Driver
 """
 import base64
-import socket
 from xml.etree import ElementTree as ET
-from xml.parsers.expat import ExpatError
 
 from libcloud.utils import fixxpath, findtext, findall
 from libcloud.common.base import ConnectionUserAndKey, Response