]> git.ipfire.org Git - pakfire.git/commitdiff
Drop unused progressbar module
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Feb 2021 17:01:29 +0000 (17:01 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 12 Feb 2021 17:01:29 +0000 (17:01 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/pakfire/progressbar.py [deleted file]

index 7d6272c9d00cf9e575039e5c5fa86d3335ac9d2a..8c6dada763baa28bdf840ecf1b1676b6edf20f1d 100644 (file)
@@ -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 (file)
index b43e2a6..0000000
+++ /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 <http://www.gnu.org/licenses/>.       #
-#                                                                             #
-###############################################################################
-
-# XXX kept for compatibility
-
-from .ui.progressbar import *