1
0
forked from VimPlug/jedi

Refactor django path support

This commit is contained in:
Dave Halter
2018-01-24 19:13:05 +01:00
parent e4559bef51
commit 68f840de60
7 changed files with 70 additions and 36 deletions
+5
View File
@@ -264,6 +264,11 @@ try:
except NameError:
FileNotFoundError = IOError
try:
NotADirectoryError = NotADirectoryError
except NameError:
NotADirectoryError = IOError
def no_unicode_pprint(dct):
"""