def testTemplate(self):
     mc = FileUtils()
     s = mc.template_substitute("./my.template", this="summer", that="winter")
     print s