]> git.ipfire.org Git - pbs.git/commitdiff
constants: Remove unused import of os.path
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2022 18:00:35 +0000 (18:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 18 Oct 2022 18:00:35 +0000 (18:00 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/constants.py.in

index 8014aa6f0ee8c4383ea9b31228c9e61f3c282ad7..4c479ba13fccc36df1235db6ea6ffc676b3020d8 100644 (file)
@@ -1,7 +1,5 @@
 #!/usr/bin/python
 
-import os.path
-
 # Import all constants from the pakfire module.
 from pakfire.constants import *