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
This commit is contained in:
François Magimel 2014-08-24 20:56:41 +02:00
parent 266639a4e9
commit 60c1477f77

View File

@ -13,7 +13,6 @@
# under the License.
from __future__ import with_statement # Python 2.5 compliance
import os
import random
import string