changeset 15:2fc6c53931a1

docstring"
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 18:10:39 -0700
parents 1b18b2746e69
children 1713b3e244a7
files talosnames/main.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/talosnames/main.py	Tue Jul 10 18:09:19 2012 -0700
+++ b/talosnames/main.py	Tue Jul 10 18:10:39 2012 -0700
@@ -40,7 +40,7 @@
         return subprocess.list2cmdline(command)
 
     def tests(self):
-        pass
+        """return the talos test config for a buildbot suite name"""
 
 def main(args=sys.argv[1:]):
     parser = CommandParser(TalosNamesCLI)