kimchi-project / gingerbase

Gingerbase: basic host management for WoK
Other
47 stars 25 forks source link

Python3: Use file.readlines() instead of file.xreadlines() #171

Closed alinefm closed 4 years ago

alinefm commented 4 years ago

Signed-off-by: Aline Manera aline.manera@gmail.com

HTPC-Schrauber commented 4 years ago

Use of readlines is not needed. Python3 can iterate direct. See the other pull request from me.