[elbe-devel] [PATCH] pkgutils: Remove unused imports
bage at linutronix.de
bage at linutronix.de
Mon Feb 10 12:12:55 CET 2020
From: Bastian Germann <bage at linutronix.de>
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
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
More information about the elbe-devel
mailing list