aboutsummaryrefslogtreecommitdiff
path: root/textoutpc/builtin/_Progress.py
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-07-28 19:49:29 +0200
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-07-28 19:49:29 +0200
commit3b3b54312a85e73df5a18859e1d6382faeea9c80 (patch)
tree3b272df7af154bb25f97bec47d8a9a98e46f3d42 /textoutpc/builtin/_Progress.py
parent8d9d4360ed9a20b3f5b6ec38c8f2e40b12ff1781 (diff)
Removed those 'Textout' prefixes in builtin module, corrected some more things.
Diffstat (limited to 'textoutpc/builtin/_Progress.py')
-rwxr-xr-xtextoutpc/builtin/_Progress.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/textoutpc/builtin/_Progress.py b/textoutpc/builtin/_Progress.py
index 75f5f9a..5524c15 100755
--- a/textoutpc/builtin/_Progress.py
+++ b/textoutpc/builtin/_Progress.py
@@ -4,11 +4,11 @@
# This file is part of the textoutpc project, which is MIT-licensed.
#******************************************************************************
-from .. import BlockTag as _TextoutBlockTag
+from .. import BlockTag as _BlockTag
-__all__ = ["TextoutProgressTag"]
+__all__ = ["ProgressTag"]
-class TextoutProgressTag(_TextoutBlockTag):
+class ProgressTag(_BlockTag):
""" Progress tag, used to display the progress on anything.
Usage: