Update settingsManager.py

This commit is contained in:
chrys87 2017-07-25 16:05:51 +02:00 committed by GitHub
parent e82945282b
commit 6ce49e4a37

View File

@ -5,7 +5,7 @@
# By Chrys, Storm Dragon, and contributers.
import os, inspect
currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
currentdir = os.path.dirname(os.path.realpath(os.path.abspath(inspect.getfile(inspect.currentframe()))))
fenrirPath = os.path.dirname(currentdir)
from configparser import ConfigParser