Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha
/
1b2478e7dca1bb32c4da6c557533a773b941f043
/
.
/
tests
/
utests
/
ofagent
/
__init__.py
blob: 4edfd7279eaa32913cb62e840b8e123447f15f72 [
file
] [
log
] [
blame
]
import
os
import
sys
voltha_base
=
os
.
getenv
(
"VOLTHA_BASE"
,
"."
)
sys
.
path
.
append
(
voltha_base
+
'/ofagent/'
)