Merge branch 'master' of gitlab.com:stormdragon2976/libstormgames
This commit is contained in:
commit
6015240cd2
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user