Update fenrir
This commit is contained in:
parent
8b416191a9
commit
4f0f368375
@ -4,11 +4,11 @@
|
||||
# Fenrir TTY screen reader
|
||||
# By Chrys, Storm Dragon, and contributers.
|
||||
|
||||
import os, sys
|
||||
import fenrirVersion
|
||||
import os, sys, inspect
|
||||
fenrirPath = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
||||
|
||||
if not os.path.dirname(os.path.realpath(fenrirVersion.__file__)) in sys.path:
|
||||
sys.path.append(os.path.dirname(os.path.realpath(fenrirVersion.__file__)))
|
||||
if not fenrirPath in sys.path:
|
||||
sys.path.append(fenrirPath)
|
||||
|
||||
from core import fenrirManager
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user