Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos-tosca
/
df2600b17284bfd495bbf977c537765b1e754728
/
.
/
src
/
tosca
/
default.py
blob: 1353075fe2e78076d33963772aebb296883973a0 [
file
] [
log
] [
blame
]
Matteo Scandolo
9ce1825
2017-06-22 10:48:25 -0700
[
diff
] [
blame
]
1
import
os
2
3
TOSCA_DEFS_DIR
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
+
"/custom_types"
4
TOSCA_RECIPES_DIR
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
+
"/"