1
0
forked from VimPlug/jedi

many bugfixes related to fast_parser

This commit is contained in:
David Halter
2012-12-15 16:38:21 +01:00
parent b8b4a02398
commit 2b579eb09b
8 changed files with 95 additions and 52 deletions

View File

@@ -24,7 +24,7 @@ class MultiLevelAttributeError(Exception):
:param base: return values of sys.exc_info().
"""
def __init__(self, base):
def __init__(self, base=None):
self.base = base
def __str__(self):