Author: tomaz
Date: Thu Jan 31 02:53:32 2013
New Revision: 1440824
URL: http://svn.apache.org/viewvc?rev=1440824&view=rev
Log:
Backport commit 1440821 from trunk.
Modified:
libcloud/branches/0.12.x/ (props changed)
libcloud/branches/0.12.x/libcloud/dns/drivers/gandi.py
Propchange: libcloud/branches/0.12.x/
------------------------------------------------------------------------------
Merged /libcloud/trunk:r1440821
Modified: libcloud/branches/0.12.x/libcloud/dns/drivers/gandi.py
URL:
http://svn.apache.org/viewvc/libcloud/branches/0.12.x/libcloud/dns/drivers/gandi.py?rev=1440824&r1=1440823&r2=1440824&view=diff
==============================================================================
--- libcloud/branches/0.12.x/libcloud/dns/drivers/gandi.py (original)
+++ libcloud/branches/0.12.x/libcloud/dns/drivers/gandi.py Thu Jan 31 02:53:32
2013
@@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+from __future__ import with_statement
+
__all__ = [
'GandiDNSDriver'
]