From 6ed68deea863db94942da1fd487850bbe401b980 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Mon, 3 Aug 2020 15:05:56 -0400 Subject: bin/doins.py: drop unused-import * Drop unused-import * Update copyright Signed-off-by: Aaron Bauman Signed-off-by: Zac Medico --- bin/doins.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/doins.py b/bin/doins.py index 4929cb90a..5bbf92635 100644 --- a/bin/doins.py +++ b/bin/doins.py @@ -1,5 +1,5 @@ #!/usr/bin/python -b -# Copyright 2017 Gentoo Foundation +# Copyright 2017-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # Copyright 2017 The Chromium OS Authors. All rights reserved. @@ -11,7 +11,6 @@ This script is designed to be executed by ebuild-helpers/doins. """ - from __future__ import print_function import argparse @@ -20,7 +19,6 @@ import grp import logging import os import pwd -import re import shlex import shutil import stat -- cgit v1.2.3-65-gdbad