[Python-checkins] hooks: buildbot is now installed in the system python

benjamin.peterson python-checkins at python.org
Fri Sep 12 16:41:27 CEST 2014


http://hg.python.org/hooks/rev/1d809ed028de
changeset:   90:1d809ed028de
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Sep 12 10:41:21 2014 -0400
summary:
  buildbot is now installed in the system python

files:
  hgbuildbot.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/hgbuildbot.py b/hgbuildbot.py
--- a/hgbuildbot.py
+++ b/hgbuildbot.py
@@ -38,8 +38,6 @@
 
 from twisted.internet import defer, reactor
 
-sys.path.append('/data/buildbot/lib/python')
-
 
 def sendchanges(ui, master, changes):
     # send change information to one master

-- 
Repository URL: http://hg.python.org/hooks


More information about the Python-checkins mailing list