Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha
/
c376557f4e68ea4c02fff1e82b0a4a34908fbf1c
/
.
/
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/'
)