Move data files into the Python package.
The packe directory is now always searched for include files, after
all other directoreis given in $YML_PATH.
include yslt.yml2
tstylesheet {
function stType {
param "type";
choose {
when "$type='long'" > DINT
when "$type='short'" > INT
}
}
function cType {
param "type";
when "$type='long'" > int32_t
when "$type='short'" > int16_t
}
}