[elbe-devel] [PATCH] pkgutils: Remove unused imports

Torben Hohn torben.hohn at linutronix.de
Wed Mar 4 12:06:40 CET 2020


On Mon, Feb 10, 2020 at 12:12:55PM +0100, bage at linutronix.de wrote:
> From: Bastian Germann <bage at linutronix.de>
> 
> Signed-off-by: Bastian Germann <bage at linutronix.de>

Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>

i will take care of merging this.

> ---
>  elbepack/pkgutils.py | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/elbepack/pkgutils.py b/elbepack/pkgutils.py
> index 976664b5c..a651012d5 100644
> --- a/elbepack/pkgutils.py
> +++ b/elbepack/pkgutils.py
> @@ -9,11 +9,10 @@ from __future__ import print_function
>  
>  import os
>  import re
> -import logging
>  
>  from apt_pkg import TagFile
>  from elbepack.filesystem import TmpdirFilesystem
> -from elbepack.shellhelper import CommandError, system, do
> +from elbepack.shellhelper import system
>  
>  
>  class NoPackageException(Exception):
> -- 
> 2.20.1
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner



More information about the elbe-devel mailing list