[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#743903: repair file



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.


Reply to: