diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-19 22:14:30 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-19 22:14:30 +0000 |
commit | 5770488a36567bece84687863de0d3abf76cf96d (patch) | |
tree | fe070d878f6b733f79a3718d0d3c1f28b63926f7 /image.py | |
parent | bf56732d9e92d8c6db53c5f4a6e4d77a096ebffa (diff) | |
download | anaconda-5770488a36567bece84687863de0d3abf76cf96d.tar.gz anaconda-5770488a36567bece84687863de0d3abf76cf96d.tar.xz anaconda-5770488a36567bece84687863de0d3abf76cf96d.zip |
added stubs
Diffstat (limited to 'image.py')
-rw-r--r-- | image.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,5 +13,11 @@ class InstallMethod: def readHeaders(self): return HeaderList(self.tree + "/RedHat/base/hdlist") + def targetFstab(self, fstab): + pass + + def filesDone(self): + pass + def __init__(self, tree): self.tree = tree |