From 5143dc3af380f65536ef624472e27ca8c86b65df Mon Sep 17 00:00:00 2001 From: vg Date: Fri, 16 Sep 2022 14:51:12 +0200 Subject: git-sync on seele --- gamechestcli/structures.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 gamechestcli/structures.py (limited to 'gamechestcli/structures.py') diff --git a/gamechestcli/structures.py b/gamechestcli/structures.py deleted file mode 100644 index 22b0e7e..0000000 --- a/gamechestcli/structures.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/python3 - -import collections - -Progress = collections.namedtuple( - 'CurrentProgress', - 'bytes percent speed eta', - defaults=[0, 0, 0, 'infinite']) - -- cgit v1.2.3