diff talosnames/api.py @ 14:1b18b2746e69

minor fixes
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 18:09:19 -0700
parents 323a01abd180
children 1713b3e244a7
line wrap: on
line diff
--- a/talosnames/api.py	Tue Jul 10 17:12:59 2012 -0700
+++ b/talosnames/api.py	Tue Jul 10 18:09:19 2012 -0700
@@ -96,7 +96,8 @@
         """gets the buildbot command for a particular suite"""
         return self.buildbot_commands.get(name)
 
-    def buildbot_config(self, name):
+    def talos_config(self, name):
+        """returns talos configuration for suite `name`"""
         command = self.buildbot_command(name)
         assert command is not None, "Suite not found: %s" % name