mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
@@ -21,6 +21,9 @@ from __future__ import with_statement
|
|||||||
import time
|
import time
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
try:
|
||||||
|
import cPickle as pickle
|
||||||
|
except:
|
||||||
import pickle
|
import pickle
|
||||||
|
|
||||||
from jedi._compatibility import json
|
from jedi._compatibility import json
|
||||||
|
|||||||
Reference in New Issue
Block a user