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:
parent
266639a4e9
commit
60c1477f77
@ -13,7 +13,6 @@
|
||||
# under the License.
|
||||
|
||||
|
||||
from __future__ import with_statement # Python 2.5 compliance
|
||||
import os
|
||||
import random
|
||||
import string
|
||||
|
Loading…
Reference in New Issue
Block a user