summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-02-04 21:24:35 +0000
committerMatt Wilson <msw@redhat.com>2002-02-04 21:24:35 +0000
commitea82c230ff50585527573cbee910b8237c2f3647 (patch)
tree17b7b37a1b8dcff27f463099b224c9dba06e4faa /installmethod.py
parent7ed47c9c2c0e59cb0615ada0d2a5dc2673fc664f (diff)
downloadanaconda-ea82c230ff50585527573cbee910b8237c2f3647.tar.gz
anaconda-ea82c230ff50585527573cbee910b8237c2f3647.tar.xz
anaconda-ea82c230ff50585527573cbee910b8237c2f3647.zip
removed hardcoding of /mnt/source, parse RELEASE-NOTES.html as html, search for both plain text and HTML RELEASE-NOTES, convert to utf8
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 a4441dfef..eca10b328 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -26,3 +26,6 @@ class InstallMethod:
def __init__(self):
pass
+
+ def getSourcePath(self):
+ pass