summaryrefslogtreecommitdiffstats
path: root/textw/progress_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/progress_text.py')
-rw-r--r--textw/progress_text.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/textw/progress_text.py b/textw/progress_text.py
index 007314203..f99ee9890 100644
--- a/textw/progress_text.py
+++ b/textw/progress_text.py
@@ -70,6 +70,9 @@ class InstallProgressWindow:
self.grid.draw()
self.screen.refresh()
+ def setShowPercentage(self, val):
+ pass
+
def get_fraction(self):
return self.pct