1
0
forked from VimPlug/jedi

Make the subprocesses work and return the right sys paths for the different versions

This commit is contained in:
Dave Halter
2017-11-15 08:58:13 +01:00
parent 96149d2e6a
commit 4136dcaf08
6 changed files with 53 additions and 41 deletions
-6
View File
@@ -17,7 +17,6 @@ from __future__ import print_function
import sys
import os
from sysconfig import get_config_var
def makepath(*paths):
@@ -109,8 +108,3 @@ def addsitedir(sys_path, sitedir, known_paths=None):
if reset:
known_paths = None
return known_paths
def getuserbase():
"""Returns the `user base` directory path."""
return get_config_var('userbase')