Grzegorz K. Mon, 10 Oct 2016 08:30:17 -0700
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.