Move loggin configuration to config temporarily

This commit is contained in:
DarkPhoenix
2015-04-28 19:17:50 +03:00
parent ac881ac371
commit dd3dd799b2

View File

@@ -29,6 +29,11 @@ staticPath = None
saveDB = None
gameDB = None
# TODO: move back to pyfa.py main loop
# We moved it here just to avoid rebuilding windows skeleton for now (any change to pyfa.py needs it)
import logging
logging.basicConfig()
def defPaths():
global pyfaPath
global savePath