Author: tomaz
Date: Sat Jun 25 19:08:58 2011
New Revision: 1139594

URL: http://svn.apache.org/viewvc?rev=1139594&view=rev
Log:
S3 driver shouldn't emit an in-development warning.

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

Modified: libcloud/trunk/libcloud/storage/drivers/s3.py
URL: 
http://svn.apache.org/viewvc/libcloud/trunk/libcloud/storage/drivers/s3.py?rev=1139594&r1=1139593&r2=1139594&view=diff
==============================================================================
--- libcloud/trunk/libcloud/storage/drivers/s3.py (original)
+++ libcloud/trunk/libcloud/storage/drivers/s3.py Sat Jun 25 19:08:58 2011
@@ -36,8 +36,6 @@ from libcloud.storage.types import Conta
 from libcloud.storage.types import ObjectDoesNotExistError
 from libcloud.storage.types import ObjectHashMismatchError
 
-in_development_warning('libcloud.storage.drivers.s3')
-
 # How long before the token expires
 EXPIRATION_SECONDS = 15 * 60
 


Reply via email to