Merge branch 'master' of gitlab.com:stormdragon2976/libstormgames

This commit is contained in:
Storm Dragon 2019-12-08 15:50:53 -05:00
commit 6015240cd2

View File

@ -2,6 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""Standard initializations and functions shared by all games.""" """Standard initializations and functions shared by all games."""
from sys import exit
import configparser import configparser
import os import os
from os import listdir from os import listdir
@ -27,7 +28,6 @@ except ImportError:
print("No other speech providers found.") print("No other speech providers found.")
exit() exit()
import subprocess
import time import time
localConfig = configparser.ConfigParser() localConfig = configparser.ConfigParser()