1
0
forked from VimPlug/jedi

A few Python 2 fixes

This commit is contained in:
Dave Halter
2019-05-18 01:09:09 +02:00
parent cc68942ec1
commit 4176af337f
6 changed files with 13 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
# python >= 3.4
from stub_folder import with_stub, stub_only, with_stub_folder, stub_only_folder
# -------------------------