# HG changeset patch # User Jeff Hammel # Date 1352937064 28800 # Node ID 78e72729582ee02117fd61d43f3b9ebdb48e18e4 # Parent 277b167060e5ba7f6a91a2b2eb74171368d31dac a downstream file changed format! we better catch up!!! diff -r 277b167060e5 -r 78e72729582e talosnames/api.py --- a/talosnames/api.py Tue Sep 04 09:25:46 2012 -0700 +++ b/talosnames/api.py Wed Nov 14 15:51:04 2012 -0800 @@ -84,8 +84,8 @@ lines = [line.strip() for line in urllib2.urlopen(self.tbpl_map).readlines()] lines = [line for line in lines - if line.startswith('/talos.*')] - regex = re.compile('\/talos\.\*(.*)\/.*\?.*\"([^"].*)\".*') + if line.startswith('/talos ')] + regex = re.compile('\/talos (.*)\/.*\?.*\"([^"].*)\".*') for line in lines: match = regex.match(line) assert match