X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=lightcards%2Fdisplay.py;fp=lightcards%2Fdisplay.py;h=5ecb14c0d984d98351efbf393d4bde71bb9aa0ae;hp=87ab9ae45db9cc1cd75bb6869327c2f7c7fa494f;hb=a32f80e459c2fa88cfde61fd80d1a8543cc51e8b;hpb=967980c67e952501e2affd7f29c8a8bc2e388abb diff --git a/lightcards/display.py b/lightcards/display.py index 87ab9ae..5ecb14c 100644 --- a/lightcards/display.py +++ b/lightcards/display.py @@ -20,13 +20,6 @@ def panel_create(x, y): return (win, panel) -class CursesError(BaseException): - def __init__(self, message="lightcards: Curses error!"): - self.message = message - print(self.message) - sys.exit(3) - - class Quit: def __init__(self, outer, mlines=5, mcols=20): self.outer = outer