1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:50:04 +08:00
SpaceVim/bundle/deoplete.nvim/test/conftest.py

6 lines
145 B
Python
Raw Normal View History

2022-04-23 12:09:55 +08:00
from pathlib import Path
2020-06-18 23:07:37 +08:00
import sys
2022-04-23 12:09:55 +08:00
BASE_DIR = Path(__file__).parent.parent
sys.path.insert(0, str(Path(BASE_DIR).joinpath('rplugin/python3')))