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