]> git.ipfire.org Git - pakfire.git/commit
Create UI submodule
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Nov 2016 16:13:53 +0000 (17:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Nov 2016 16:13:53 +0000 (17:13 +0100)
commit10458aa01d84d367c4100c35333530b51ae3d090
tree7f7304a55251b2a402a6f1860c1eccfaf1d414da
parent964aa579ee1ad7e507e2d9b9824fe6bdcb4b2347
Create UI submodule

This patch moves things like the progressbar module
and functions that format bytes into a human-readable format
into a seperate ui module.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/pakfire/progressbar.py
src/pakfire/ui/__init__.py [new file with mode: 0644]
src/pakfire/ui/helpers.py [new file with mode: 0644]
src/pakfire/ui/progressbar.py [new file with mode: 0644]
src/pakfire/util.py