From: Michael Tremer Date: Fri, 12 Feb 2021 17:01:29 +0000 (+0000) Subject: Drop unused progressbar module X-Git-Tag: 0.9.28~1285^2~748 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dff1190e5670562b64b5a04793f6618f95b4edf5;p=pakfire.git Drop unused progressbar module Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 7d6272c9d..8c6dada76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -132,7 +132,6 @@ pakfire_PYTHON = \ src/pakfire/hub.py \ src/pakfire/i18n.py \ src/pakfire/logger.py \ - src/pakfire/progressbar.py \ src/pakfire/shell.py \ src/pakfire/system.py \ src/pakfire/util.py diff --git a/src/pakfire/progressbar.py b/src/pakfire/progressbar.py deleted file mode 100644 index b43e2a678..000000000 --- a/src/pakfire/progressbar.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python3 -############################################################################### -# # -# Pakfire - The IPFire package management system # -# Copyright (C) 2013 Pakfire development team # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - -# XXX kept for compatibility - -from .ui.progressbar import *