1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
SpaceVim/bundle/deoplete.nvim/test/conftest.py
2022-04-23 12:09:55 +08:00

6 lines
145 B
Python

from pathlib import Path
import sys
BASE_DIR = Path(__file__).parent.parent
sys.path.insert(0, str(Path(BASE_DIR).joinpath('rplugin/python3')))