Skip to content

Commit 2e6239c

Browse files
Add whole pythonx to syspath
1 parent e79f6c8 commit 2e6239c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

rplugin/python3/deoplete/sources/async_clj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
basedir = os.path.dirname(os.path.realpath(__file__))
55
sys.path.append(os.path.join(basedir, "vim_nrepl_python_client/"))
6-
sys.path.append(os.path.join(basedir, "../../../../pythonx/async_clj_omni"))
6+
sys.path.append(os.path.join(basedir, "../../../../pythonx/"))
77

88
# from async_clj_omni.cider import cider_gather # NOQA
99
from async_clj_omni import fireplace

0 commit comments

Comments
 (0)