[elbe-devel] [PATCH] pkgutils: restore mistakenly removed import

Torben Hohn torben.hohn at linutronix.de
Mon Feb 10 09:20:55 CET 2020


On Mon, Feb 10, 2020 at 09:12:04AM +0100, Torben Hohn wrote:
> On Fri, Feb 07, 2020 at 04:31:07PM +0100, bage at linutronix.de wrote:
> > From: Bastian Germann <bage at linutronix.de>
> > 
> > 35455f6037 ("pkgutils: remove unused imports again") removed TmpdirFilesystem
> > from pkgutils' imports.  However, that symbol is still used.
> > Restore the import.
> > 
> > Signed-off-by: Bastian Germann <bage at linutronix.de>
> 
> Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>

and merged to master

Thanks.


> 
> > ---
> >  elbepack/pkgutils.py | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/elbepack/pkgutils.py b/elbepack/pkgutils.py
> > index e6234984a..976664b5c 100644
> > --- a/elbepack/pkgutils.py
> > +++ b/elbepack/pkgutils.py
> > @@ -12,6 +12,7 @@ import re
> >  import logging
> >  
> >  from apt_pkg import TagFile
> > +from elbepack.filesystem import TmpdirFilesystem
> >  from elbepack.shellhelper import CommandError, system, do
> >  
> >  
> > -- 
> > 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
> 
> _______________________________________________
> 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