diff --git a/libstormgames.py b/libstormgames.py index d1d4049..c7cd04f 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 @@ -27,7 +28,6 @@ except ImportError: print("No other speech providers found.") exit() -import subprocess import time localConfig = configparser.ConfigParser()