forked from VimPlug/jedi
Remove the old driver code of pgen2.
This commit is contained in:
@@ -26,7 +26,7 @@ class ParseError(Exception):
|
||||
self.start_pos = start_pos
|
||||
|
||||
|
||||
class Parser(object):
|
||||
class PgenParser(object):
|
||||
"""Parser engine.
|
||||
|
||||
The proper usage sequence is:
|
||||
|
||||
Reference in New Issue
Block a user