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 -*-
"""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()