Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-tosca
/
78ca3eb690385e01ed8f1e2657828038331c682a
/
.
/
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__
))
+
"/"