diff --git a/pym/cl_fill.py b/pym/cl_fill.py index d884039..b79b7ae 100644 --- a/pym/cl_fill.py +++ b/pym/cl_fill.py @@ -279,6 +279,7 @@ class fillVars(glob_attr): "CLDX":"Calculate Linux Desktop", "CLDG":"Calculate Linux Desktop", "CDS":"Calculate Directory Server", + "CSS":"Calculate Scratch Server", "Gentoo":"Gentoo"} if linuxShortName in dictLinuxName.keys(): return dictLinuxName[linuxShortName] @@ -708,4 +709,4 @@ class fillVars(glob_attr): homeDir = pwd.getpwnam(userName).pw_dir except: return "" - return homeDir \ No newline at end of file + return homeDir