diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-20 22:01:04 (GMT) | 
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-20 22:01:04 (GMT) | 
| commit | 8eff33b51fff0570fe3a68668073253ec18a2631 (patch) | |
| tree | 9907a4db464e263a22dc598cf9d3d1b27cfd347b /Mac/Demo/example2/dnslookup-2.py | |
| parent | d13c3854629d605236c4d7cc8589a647b069207e (diff) | |
| download | cpython-8eff33b51fff0570fe3a68668073253ec18a2631.zip cpython-8eff33b51fff0570fe3a68668073253ec18a2631.tar.gz cpython-8eff33b51fff0570fe3a68668073253ec18a2631.tar.bz2 | |
Added an optional debug handler that traps and prints all unknown appleevents.
Diffstat (limited to 'Mac/Demo/example2/dnslookup-2.py')
| -rw-r--r-- | Mac/Demo/example2/dnslookup-2.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Mac/Demo/example2/dnslookup-2.py b/Mac/Demo/example2/dnslookup-2.py index 970b2ab..82568d0 100644 --- a/Mac/Demo/example2/dnslookup-2.py +++ b/Mac/Demo/example2/dnslookup-2.py @@ -19,7 +19,7 @@ def main():          dummy = Res.GetResource('DLOG', ID_MAIN)      except Res.Error:          try: -            Res.OpenResFile("dnslookup-2.rsrc") +            Res.FSpOpenResFile("dnslookup-2.rsrc", 1)          except Res.Error:              EasyDialogs.Message("Cannot open dnslookup-2.rsrc")              sys.exit(1)  | 
