You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/05/09 22:15:54 UTC

svn commit: r1101204 - /incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py

Author: tomaz
Date: Mon May  9 20:15:53 2011
New Revision: 1101204

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

Modified:
    incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py

Modified: incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py?rev=1101204&r1=1101203&r2=1101204&view=diff
==============================================================================
--- incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py (original)
+++ incubator/libcloud/trunk/libcloud/storage/drivers/cloudfiles.py Mon May  9 20:15:53 2011
@@ -14,7 +14,6 @@
 # limitations under the License.
 
 import httplib
-import os.path
 import urllib
 
 try: