timestamp_regexp# attribute UniqueOrAutoKeyLoader.timestamp_regexp = re.compile('^(?P<year>[0-9][0-9][0-9][0-9])\n -(?P<month>[0-9][0-9]?)\n -(?P<day>[0-9][0-9]?)\n (?:(?:[Tt]|[ \\t]+)\n (?P<hour>[0-9][0-9]?)\n , re.VERBOSE)#