Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-tosca
/
7fe915bda9a418d6208cc7131064c079498f4de2
/
.
/
src
/
tosca
/
default.py
blob: 1353075fe2e78076d33963772aebb296883973a0 [
file
] [
log
] [
blame
]
import
os
TOSCA_DEFS_DIR
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
+
"/custom_types"
TOSCA_RECIPES_DIR
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
+
"/"