From ffc9a647cc516541ba7af79f0008e68fbb169c92 Mon Sep 17 00:00:00 2001 From: sjonfjel Date: Mon, 11 Feb 2013 19:11:35 +0000 Subject: [PATCH] Ojda --- text_based.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/text_based.py b/text_based.py index 835e66e..15b5557 100755 --- a/text_based.py +++ b/text_based.py @@ -182,11 +182,6 @@ class Menu(): os.system('clear') self.show_context() - # Reloader dibbler fullstending - elif result == 'crash': - print "Reloading ..." - os.execl(sys.argv[0]) - else: if result.isdigit(): choice = int(result)