1 #!/usr/bin/env python
 2 # -*- coding: UTF-8 -*-
 3 from datetime import date
 4
 5 print "notes from the wonderful world of techsupport."
 6
 7 today = date.today()
 8 print today
 9
10 print """Updating to App-V from Softgrid
11         Do not deploy App-V gpo before you have done the upgrade!
12         If you do it will fail with unable to set security descriptor on
13         global package file(s), error=0"""