summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-09 15:46:51 +0000
committerErik Troan <ewt@redhat.com>2000-05-09 15:46:51 +0000
commit74a7e6e55719368f714d35c135152c9e43b677a1 (patch)
treefbf27cdee2fea45c7897b9c28f2dbaa921ad250d /gui.py
parent658b8fe136d916c16f6fc3b5723cd0181cb2d4d8 (diff)
downloadanaconda-74a7e6e55719368f714d35c135152c9e43b677a1.tar.gz
anaconda-74a7e6e55719368f714d35c135152c9e43b677a1.tar.xz
anaconda-74a7e6e55719368f714d35c135152c9e43b677a1.zip
don't upgrade systems with dirty fileystems
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index c91151753..c31f7d159 100755
--- a/gui.py
+++ b/gui.py
@@ -184,6 +184,9 @@ class MessageWindow:
self.mutex.wait ()
class InstallInterface:
+ def shutdown:
+ pass
+
def setPackageProgressWindow (self, ppw):
self.ppw = ppw