Bug#743903: repair file
"Grzegorz K." <[email protected]> Mon, 10 Oct 2016 17:28:00 +0200
| Newsgroups | gmane.linux.debian.devel.lsb |
|---|---|
| Message-ID | <CA+dDfEo3Luk7ZkB8jh-wgDghJRFE8Z4qshp_6qdiTNrsgOzU9w__14307.00249407$1476113438$gmane$org@mail.gmail.com> |
edit /usr/lib/lsb/initdutils.py change: import re, sys, os to: import re, sys, os, cStringIO change: fileob = StringIO(strob) to: fileob = cStringIO.StringIO(strob) work fine for me.