[elbe-devel] [PATCH 8/9] pkgutils: cleanup unused imports, after deleted functions

Torben Hohn torben.hohn at linutronix.de
Wed Jun 26 11:50:27 CEST 2019


Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 elbepack/pkgutils.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/elbepack/pkgutils.py b/elbepack/pkgutils.py
index 2ed62eef2..eb92db51f 100644
--- a/elbepack/pkgutils.py
+++ b/elbepack/pkgutils.py
@@ -10,9 +10,6 @@ from __future__ import print_function
 import os
 
 from apt_pkg import TagFile
-from elbepack.shellhelper import CommandError, system
-from elbepack.virtapt import get_virtaptcache
-from elbepack.hashes import validate_sha256, HashValidationFailed
 
 
 class NoPackageException(Exception):
-- 
2.11.0




More information about the elbe-devel mailing list