From 60c1477f772fdf7cb53a2f625a29b9033ed19ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Sun, 24 Aug 2014 20:56:41 +0200 Subject: [PATCH] Importing with_statement from __future__ is useless Python 2.5 is not supported by Horizon and since Python 2.6, the with_statement is enabled by default. Change-Id: I0b5dc5d3c83c393b4f27ddc1bc1af392a498360c Closes-Bug: #1360879 --- horizon/utils/secret_key.py | 1 - 1 file changed, 1 deletion(-) diff --git a/horizon/utils/secret_key.py b/horizon/utils/secret_key.py index 1fb69c03ec..67d2254234 100644 --- a/horizon/utils/secret_key.py +++ b/horizon/utils/secret_key.py @@ -13,7 +13,6 @@ # under the License. -from __future__ import with_statement # Python 2.5 compliance import os import random import string