mkbundle: add support for python3, fixes #2444

This commit is contained in:
Jaroslav Kysela 2014-11-10 09:46:24 +01:00
parent 679989e91f
commit 5a07ff166a

View file

@ -4,7 +4,11 @@
#
import os, sys, re
import gzip, cStringIO
import gzip
try:
from io import StringIO
except ImportError:
from cStringIO import StringIO
from optparse import OptionParser
# Add reverse path split