Revert "Move logging initialization back to pyfa.py"

This reverts commit d18cf7b3b0.

Reverting all wx3 commits in master
This commit is contained in:
DarkPhoenix
2015-04-30 19:39:11 +03:00
parent 2c366faa66
commit c809a614f9
2 changed files with 7 additions and 6 deletions

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