Sign in
webrtc
/
src.git
/
43800f95bfb9fe47275ba960d4396addbaf8c9d9
/
.
/
third_party
/
protobuf
/
__init__.py
blob: 11e1cf2d20b0e9b9db37bae577efa95000e5b33c [
file
] [
log
] [
blame
]
import
sys
import
os
THIS_DIR
=
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))
sys
.
path
.
insert
(
0
,
os
.
path
.
join
(
THIS_DIR
,
"third_party"
,
"six"
))