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