1
0
forked from VimPlug/jedi

Remove the old driver code of pgen2.

This commit is contained in:
Dave Halter
2014-12-15 17:18:01 +01:00
parent 4e0172a915
commit 55a6dbc8a2
3 changed files with 5 additions and 63 deletions

View File

@@ -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: