summaryrefslogtreecommitdiffstats
path: root/gamechestcli/structures.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/structures.py')
-rw-r--r--gamechestcli/structures.py9
1 files changed, 0 insertions, 9 deletions
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'])
-