This commit is contained in:
Vegard Aksland Sjonfjell 2013-02-11 19:11:35 +00:00
parent 8419f814ce
commit ffc9a647cc
1 changed files with 0 additions and 5 deletions

View File

@ -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)