1
0
forked from VimPlug/jedi

remove unused ParserError

This commit is contained in:
David Halter
2013-09-06 00:49:21 +04:30
parent 33711ba966
commit dd4d0bc619

View File

@@ -26,10 +26,6 @@ from jedi import common
from jedi import parsing_representation as pr
class ParserError(Exception):
pass
class Parser(object):
"""
This class is used to parse a Python file, it then divides them into a