bunch icon indicating copy to clipboard operation
bunch copied to clipboard

Fix py25 or less compat

Open abadger opened this issue 13 years ago • 0 comments

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.

abadger avatar Nov 09 '12 22:11 abadger