Calling Application._quit() is now preferred over raising self.

This commit is contained in:
Jack Jansen 1996-09-17 12:39:12 +00:00
parent 4cb945454a
commit ef5cd05c3d
11 changed files with 14 additions and 20 deletions

View file

@ -295,7 +295,7 @@ class Ped(Application):
w.close()
if self._windows:
return
raise self
self._quit()
#
# Edit menu