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