From fb267f496e7576a26bf429b08edaa0f145bea4f7 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Wed, 16 Jun 2010 16:53:13 +0400 Subject: [PATCH] Add CSS shortname of Calculate Linux --- pym/cl_fill.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pym/cl_fill.py b/pym/cl_fill.py index 9317c32..98633e1 100644 --- a/pym/cl_fill.py +++ b/pym/cl_fill.py @@ -275,6 +275,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] @@ -704,4 +705,4 @@ class fillVars(glob_attr): homeDir = pwd.getpwnam(userName).pw_dir except: return "" - return homeDir \ No newline at end of file + return homeDir