]> TLD Linux GIT Repositories - tld-builder.git/blobdiff - TLD_Builder/poldek.py
- merged PLD changes, now it works with python 3.x
[tld-builder.git] / TLD_Builder / poldek.py
index 9b23a899344053679e2b6fc021edc3a0049b925b..df9df9ba6bddb2925ba7fc8e0c3385d3f441522e 100644 (file)
@@ -3,7 +3,6 @@
 import re
 import types
 import string
-import xreadlines
 
 from chroot import *
 from util import *
@@ -55,7 +54,7 @@ def get_poldek_requires():
     cur_pkg = None
 
     f = chr_popen("poldek -v -v --verify --unique-pkg-names")
-    for l in xreadlines.xreadlines(f):
+    for l in f:
         m = name_rx.match(l)
         if m:
             if cur_pkg: