1
0
forked from VimPlug/jedi

Some python 2.7 (and 3.3) compatibility improvements.

This commit is contained in:
Dave Halter
2016-07-03 02:54:21 +02:00
parent 609965d07c
commit 9245181a8c
6 changed files with 21 additions and 18 deletions

View File

@@ -6,10 +6,7 @@ import json
import hashlib
import gc
import shutil
try:
import cPickle as pickle
except ImportError:
import pickle
import pickle
from jedi import settings
from jedi import debug