summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/qd
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-09-08 10:21:44 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-09-08 10:21:44 (GMT)
commitfa1e27d8d2a907be656f07a43c00d0ec379c5c54 (patch)
tree322710197943abe76538bfbc1e34382c97d3b2c2 /Mac/Modules/qd
parent65c3ee0f66e3f5231610fdc1f65effc1a8b59e9e (diff)
downloadcpython-fa1e27d8d2a907be656f07a43c00d0ec379c5c54.zip
cpython-fa1e27d8d2a907be656f07a43c00d0ec379c5c54.tar.gz
cpython-fa1e27d8d2a907be656f07a43c00d0ec379c5c54.tar.bz2
Got rid of Py_FatalError calls.
Diffstat (limited to 'Mac/Modules/qd')
-rw-r--r--Mac/Modules/qd/qdsupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Modules/qd/qdsupport.py b/Mac/Modules/qd/qdsupport.py
index d493574..9364a0b 100644
--- a/Mac/Modules/qd/qdsupport.py
+++ b/Mac/Modules/qd/qdsupport.py
@@ -103,7 +103,7 @@ variablestuff = """
o = QDGA_New();
if (o == NULL || PyDict_SetItemString(d, "qd", o) != 0)
- Py_FatalError("can't initialize Qd.qd");
+ return;
}
"""