bunch
bunch copied to clipboard
Fix py25 or less compat
The recent commit to allow python3 support introduced a relative import syntax that is only available on python-2.6 or later. This change request modifies the import so that it works on older python versions as well.