Merge with bugfix-0.5
/mp3togo/cluster.py
blob:14277acd53b89c4bc1bdd5a306b2a8fd29ddec69 -> blob:99fbed9875d1072369eb090a3392214150d6e258
--- mp3togo/cluster.py
+++ mp3togo/cluster.py
@@ -93,7 +93,6 @@ def slave(opts):
fcntl.fcntl(sys.stdin.fileno(), fcntl.F_SETFL, os.O_NONBLOCK) #Want
- #fcntl.fcntl(sys.stdout.fileno(), fcntl.F_SETFL, os.O_NONBLOCK) #Don't
def initialize(ropts):
"""Integrate remote options into local opts"""
@@ -240,8 +239,6 @@ class Boss:
def poll(self):
start = 0
last_action = ''
- #for key in self.opts.keys():
- # self.wf.write('%s=%s\n' % (key, self.opts[key]))
optd = self.opts._d.copy()
optd['arg_files'] = []
st = "pickle=" + cPickle.dumps(optd) + '\n'