summaryrefslogtreecommitdiffstats
path: root/isys
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-02-24 18:11:22 +0000
committerPeter Jones <pjones@redhat.com>2006-02-24 18:11:22 +0000
commit05db692f6a98b7a278b9e7c32c6fb941ee2ccc78 (patch)
tree5cfd11505833bd396c450274edff007f0e6d3b0e /isys
parente57b2c5ec195f8a0462dffdc2b38d6a71a987458 (diff)
downloadanaconda-05db692f6a98b7a278b9e7c32c6fb941ee2ccc78.tar.gz
anaconda-05db692f6a98b7a278b9e7c32c6fb941ee2ccc78.tar.xz
anaconda-05db692f6a98b7a278b9e7c32c6fb941ee2ccc78.zip
- use the right name for handleSegv ;)
Diffstat (limited to 'isys')
-rw-r--r--isys/isys.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/isys/isys.py b/isys/isys.py
index dd8c0d55a..c4e139751 100644
--- a/isys/isys.py
+++ b/isys/isys.py
@@ -467,8 +467,7 @@ def doProbeBiosDisks():
def doGetBiosDisk(mbrSig):
return _isys.getbiosdisk(mbrSig)
-def handleSegv():
- return _isys.doSegvHandler()
+handleSegv = _isys.handleSegv
biosdisks = {}
for d in range(80, 80 + 15):
@@ -855,6 +854,8 @@ def resetFileContext(fn):
def startBterm():
return _isys.startBterm()
+handleSegv = _isys.handleSegv
+
printObject = _isys.printObject
bind_textdomain_codeset = _isys.bind_textdomain_codeset
isVioConsole = _isys.isVioConsole