gafw, d4w and dfw license abbreviations

This commit is contained in:
Jay Lee
2015-04-15 10:52:09 -04:00
parent e73eb0453d
commit a2e8d17a69

4
gam.py
View File

@ -2530,11 +2530,11 @@ def getImap(users):
i += 1
def getProductAndSKU(sku):
if sku.lower() in [u'apps', 'gafb']:
if sku.lower() in [u'apps', u'gafb', u'gafw']:
sku = u'Google-Apps-For-Business'
elif sku.lower() in [u'gams',]:
sku = u'Google-Apps-For-Postini'
elif sku.lower() in [u'gau', u'unlimited']:
elif sku.lower() in [u'gau', u'unlimited', u'd4w', u'dfw']:
sku = u'Google-Apps-Unlimited'
elif sku.lower() == u'coordinate':
sku = u'Google-Coordinate'