blob: d4c8a432b370d1f68e74ff4e5b926c1668ef5cfb [file] [log] [blame]
protoc -I=. --python_out=. ./autotest.proto
mv autotest_pb2.py autotest_pb.py
sed s/google/googlepb/g autotest_pb.py > autotest_pb2.py
rm autotest_pb.py