U
    dp                     @   s@   d dl Z de jd< d dlmZmZ d dlZG dd dejZdS )    NcppZ&PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION)
caffe2_pb2metanet_pb2c                   @   s   e Zd Zdd ZdS )TestCrossProtoCallsc                 C   s$   t  }t }|jjd|d d S )NZfoo)keyvalue)r   ZNetDefr   Z
MetaNetDefnetsadd)selfnetmeta r   K/tmp/pip-unpacked-wheel-ua33x9lu/caffe2/python/test/python_protobuf_test.py
testSimple   s    zTestCrossProtoCalls.testSimpleN)__name__
__module____qualname__r   r   r   r   r   r      s   r   )osenvironZcaffe2.protor   r   ZunittestZTestCaser   r   r   r   r   <module>   s   
