Correct a path in memory check.

This commit is contained in:
Dave Halter
2015-01-15 02:03:26 +01:00
parent 95b518e9fc
commit e82d51e161

View File

@@ -12,7 +12,9 @@ Note: This requires the psutil library, available on PyPI.
"""
import time
import sys
import os
import psutil
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__) + '/..'))
import jedi