summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-06-02 21:44:31 +0000
committerErik Troan <ewt@redhat.com>2000-06-02 21:44:31 +0000
commit20e2c29550a83b7c4f75bb10dea9bd9a4d1bdf75 (patch)
tree43cc42b01a9eea5716b9a756bce9f500273069f4 /installmethod.py
parentfe8fa314653ee2460b6e191596a5f2ec3ca9039d (diff)
downloadanaconda-20e2c29550a83b7c4f75bb10dea9bd9a4d1bdf75.tar.gz
anaconda-20e2c29550a83b7c4f75bb10dea9bd9a4d1bdf75.tar.xz
anaconda-20e2c29550a83b7c4f75bb10dea9bd9a4d1bdf75.zip
create /tmp/cleanup properly
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/installmethod.py b/installmethod.py
index 83fae72f4..b304c5d71 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -1,5 +1,8 @@
class InstallMethod:
+ def writeCleanupPath(self, f):
+ pass
+
def protectedPartitions(self):
return None