From 9efbfda7f08e29ac4fb6b98c4df9ece708211837 Mon Sep 17 00:00:00 2001 From: Alexander Koshevoy Date: Thu, 24 May 2018 14:39:43 +0300 Subject: [PATCH] PY-18029 Fix-up for temporary copy of thriftpy module --- python/helpers/pydev/thriftpy/parser/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/pydev/thriftpy/parser/parser.py b/python/helpers/pydev/thriftpy/parser/parser.py index 158cfd2359c6..f93c3058bb94 100644 --- a/python/helpers/pydev/thriftpy/parser/parser.py +++ b/python/helpers/pydev/thriftpy/parser/parser.py @@ -12,7 +12,7 @@ import os import sys import types from ply import lex, yacc - +from .lexer import * # noqa from .exc import ThriftParserError, ThriftGrammerError from ..thrift import gen_init, TType, TPayload, TException