1
0
forked from VimPlug/jedi

Allow files for get_default_project, fixes #1552

This commit is contained in:
Dave Halter
2020-04-26 00:33:04 +02:00
parent 97fb95ec0c
commit 7fd5c8af8f
3 changed files with 16 additions and 1 deletions

View File

@@ -339,6 +339,13 @@ try:
except NameError:
PermissionError = IOError
try:
NotADirectoryError = NotADirectoryError
except NameError:
class NotADirectoryError(Exception):
# Don't implement this for Python 2 anymore.
pass
def no_unicode_pprint(dct):
"""