]> TLD Linux GIT Repositories - tld-builder.git/blobdiff - TLD_Builder/load_balancer.py
- merged PLD changes, now it works with python 3.x
[tld-builder.git] / TLD_Builder / load_balancer.py
index 2e182c89f8204f2ca9d3cc08440eaf415bc541d9..a530f816f24b9ace40850ef833e3cb67e3670bf7 100644 (file)
@@ -29,7 +29,7 @@ def builders_order():
     f = open(path.got_lock_file, "r+")
     line_no = 0
 
-    for l in f.xreadlines():
+    for l in f:
         line_no += 1
         b = string.strip(l)
         if bs.has_key(b):