mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Correct a path in memory check.
This commit is contained in:
@@ -12,7 +12,9 @@ Note: This requires the psutil library, available on PyPI.
|
|||||||
"""
|
"""
|
||||||
import time
|
import time
|
||||||
import sys
|
import sys
|
||||||
|
import os
|
||||||
import psutil
|
import psutil
|
||||||
|
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__) + '/..'))
|
||||||
import jedi
|
import jedi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user