From 77ae2daad5d775d710b953cf0c623ce74cb2c274 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 2 Jun 2016 13:12:52 +0300 Subject: scripts: python3: get rid of __future__ imports Removed print_function and with_statement imports from __future__ as they're supported by python 3 by default. Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/wic | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/wic') diff --git a/scripts/wic b/scripts/wic index 5cc06f4c49..9023755302 100755 --- a/scripts/wic +++ b/scripts/wic @@ -28,8 +28,6 @@ # AUTHORS # Tom Zanussi # -from __future__ import print_function - __version__ = "0.2.0" # Python Standard Library modules -- cgit 1.2.3-korg