Print directly
This commit is contained in:
parent
e0cbc8b3e5
commit
8be2cc5149
@ -16,10 +16,8 @@
|
|||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
from __future__ import division
|
from __future__ import division
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
__p = print
|
import sys
|
||||||
def _p(msg):
|
_p = print
|
||||||
import sys
|
|
||||||
__p(msg, file=sys.stderr)
|
|
||||||
|
|
||||||
from google.protobuf import text_format
|
from google.protobuf import text_format
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user