mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-28 03:22:19 +08:00
Removed py25 related code (fixes #206)
This commit is contained in:
@@ -21,6 +21,7 @@ from __future__ import with_statement
|
||||
import time
|
||||
import os
|
||||
import sys
|
||||
import json
|
||||
import hashlib
|
||||
try:
|
||||
import cPickle as pickle
|
||||
@@ -28,7 +29,6 @@ except:
|
||||
import pickle
|
||||
import shutil
|
||||
|
||||
from jedi._compatibility import json
|
||||
from jedi import settings
|
||||
from jedi import common
|
||||
from jedi import debug
|
||||
|
||||
Reference in New Issue
Block a user