blob: 1353075fe2e78076d33963772aebb296883973a0 [file] [log] [blame]
Matteo Scandolo9ce18252017-06-22 10:48:25 -07001import os
2
3TOSCA_DEFS_DIR = os.path.dirname(os.path.realpath(__file__)) + "/custom_types"
4TOSCA_RECIPES_DIR = os.path.dirname(os.path.realpath(__file__)) + "/"