From c7ec6a971af826ad1a2bd0f1f39019c5bf3d75d9 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Tue, 25 Jul 2017 16:06:25 +0200 Subject: [PATCH] Update fenrir --- src/fenrir/fenrir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrir/fenrir b/src/fenrir/fenrir index 24aa6264..d8107dfe 100755 --- a/src/fenrir/fenrir +++ b/src/fenrir/fenrir @@ -5,7 +5,7 @@ # By Chrys, Storm Dragon, and contributers. import os, sys, inspect -fenrirPath = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) +fenrirPath = os.path.dirname(os.path.realpath(os.path.abspath(inspect.getfile(inspect.currentframe())))) if not fenrirPath in sys.path: sys.path.append(fenrirPath)