Skip to content

Commit

Permalink
Dont't set explicit twisted reactor on windows (twisted complains abo…
Browse files Browse the repository at this point in the history
…ut it)
  • Loading branch information
marcus-sonestedt committed Mar 13, 2010
1 parent fc099bc commit 7a72040
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildbot/scripts/startup.py
Expand Up @@ -107,8 +107,7 @@ def launch(config):
"--no_save",
"--logfile=twistd.log", # windows doesn't use the same default
"--python=buildbot.tac"]
if platformType == "win32":
argv.append("--reactor=win32")

sys.argv = argv

# this is copied from bin/twistd. twisted-2.0.0 through 2.4.0 use
Expand Down

0 comments on commit 7a72040

Please sign in to comment.