50""" Returns the formatted version string.
+51 """
+52# Insert the attributes of this object into the format string
+53# Make all Ant-like substitution match the Python format for string substitution
+54returnself.__unescape(self.config["%s.template"%self.vtype])
+
57""" Write the version string to the vtype.txt.path file.
+58 """
+59self.__write(self.__unescape(self.config["%s.txt.path"%self.vtype]),self.version_string())
+