16
16
# along with this program; if not, write to the Free Software
17
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
20
from stat import (S_ISREG, S_ISDIR, S_ISLNK, ST_MODE, ST_SIZE,
20
21
S_ISCHR, S_ISBLK, S_ISFIFO, S_ISSOCK)
21
22
from cStringIO import StringIO