1
0
forked from VimPlug/jedi

Eliminate is_py3 usages

This commit is contained in:
Dave Halter
2017-12-28 01:55:39 +01:00
parent 6b6795c40c
commit d1d4986667
6 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ mixing in Python code, the autocompletion should work much better for builtins.
import os
from itertools import chain
from jedi._compatibility import is_py3, unicode
from jedi._compatibility import unicode
fake_modules = {}