Skip to content

Commit

Permalink
Remove the main loop. We already support this through 'buildbot statu…
Browse files Browse the repository at this point in the history
…slog'
  • Loading branch information
krajaratnam committed Feb 10, 2010
1 parent 6c91b3a commit 8df061a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions buildbot/clients/base.py
Expand Up @@ -116,10 +116,3 @@ def disconnected(self, ref):
reactor.stop()
except RuntimeError:
pass

if __name__ == '__main__':
master = "localhost:8007"
if len(sys.argv) > 1:
master = sys.argv[1]
c = TextClient(master)
c.run()

0 comments on commit 8df061a

Please sign in to comment.