Use the _compatibility file in parso.

This commit is contained in:
Dave Halter
2017-05-11 16:30:38 -04:00
parent a2cae8f5c5
commit efac51c1b1
6 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ import errno
from jedi import settings
from jedi import debug
from jedi._compatibility import FileNotFoundError
from parso._compatibility import FileNotFoundError
_PICKLE_VERSION = 30