1
0
forked from VimPlug/jedi

Use Script everywhere where cwd_at is used, otherwise Python 2.7 is annoying

This commit is contained in:
Dave Halter
2017-12-30 03:55:23 +01:00
parent 0ed9e1c249
commit a14f665b5a
6 changed files with 9 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ def generate_pyc():
@cwd_at('test/test_evaluate')
def test_pyc():
def test_pyc(Script):
"""
The list of completion must be greater than 2.
"""