6 lines
138 B
Python
Raw Normal View History

2018-04-05 13:06:54 +02:00
import os
import sys
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
sys.path.insert(0, os.path.join(BASE_DIR, 'rplugin/python3'))