Issue #24245: Eliminated senseless expect clauses that have no any effect.

Patch by Martin Panter.
This commit is contained in:
Serhiy Storchaka 2015-05-20 16:10:04 +03:00
parent ba9ac5b5c4
commit e98209c2b4
5 changed files with 0 additions and 14 deletions

View file

@ -112,8 +112,6 @@ class Font:
try:
if self.delete_font:
self._call("font", "delete", self.name)
except (KeyboardInterrupt, SystemExit):
raise
except Exception:
pass