added exit function

This commit is contained in:
John Ladan 2012-03-15 16:07:43 -04:00
parent 964466d33b
commit 7c3ff250da
1 changed files with 2 additions and 1 deletions

View File

@ -183,5 +183,6 @@ def browseMenu():
m = [("Browse Library", browseMenu),
("Add Book or other item", addForm),
("Modify/Update record", updateMenu),
("Remove book from catalogue", deleteMenu)]
("Remove book from catalogue", deleteMenu),
("Exit", exit)]
curses.wrapper(menutest, m)