From de9c64a58351ec7b9c89ec4fe862d7179fa281f1 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Sun, 8 Dec 2019 10:55:41 -0900 Subject: [PATCH] Fixed exit() not working --- libstormgames.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libstormgames.py b/libstormgames.py index bd74b66..fe6f156 100755 --- a/libstormgames.py +++ b/libstormgames.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- """Standard initializations and functions shared by all games.""" +from sys import exit import configparser import os from os import listdir