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 2013/01/27 02:11:20 UTC

svn commit: r1439011 - /libcloud/trunk/libcloud/storage/drivers/local.py

Author: tomaz
Date: Sun Jan 27 01:11:20 2013
New Revision: 1439011

URL: http://svn.apache.org/viewvc?rev=1439011&view=rev
Log:
Fix a typo.

Modified:
    libcloud/trunk/libcloud/storage/drivers/local.py

Modified: libcloud/trunk/libcloud/storage/drivers/local.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/local.py?rev=1439011&r1=1439010&r2=1439011&view=diff
==============================================================================
--- libcloud/trunk/libcloud/storage/drivers/local.py (original)
+++ libcloud/trunk/libcloud/storage/drivers/local.py Sun Jan 27 01:11:20 2013
@@ -31,7 +31,7 @@ except ImportError:
                       'using pip: pip install lockfile')
 
 from libcloud.utils.files import read_in_chunks
-from libcloud.utils.py import relpath
+from libcloud.utils.py3 import relpath
 from libcloud.common.base import Connection
 from libcloud.storage.base import Object, Container, StorageDriver
 from libcloud.common.types import LibcloudError