PY-18029 Fix-up for temporary copy of thriftpy module

This commit is contained in:
Alexander Koshevoy
2018-08-22 23:16:40 +03:00
parent 6e3f2d2d75
commit 9efbfda7f0
@@ -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