diff options
| author | Brian Dolbec <dolsen@gentoo.org> | 2016-07-31 21:08:04 -0700 |
|---|---|---|
| committer | Brian Dolbec <dolsen@gentoo.org> | 2016-07-31 21:08:04 -0700 |
| commit | 82b2756645937eea0bd05349736630cc7b86bc2f (patch) | |
| tree | 6ed38a4db50eff2f41e89df163325473c23a9047 /pym | |
| parent | b8d6b3893824222017ee2d64ab28857afe098bb5 (diff) | |
| parent | bc92540f8ce498e8305103619c7085b670ba19b1 (diff) | |
| download | gentoolkit-82b2756645937eea0bd05349736630cc7b86bc2f.tar.gz | |
Merge branch 'master' of git+ssh://git.gentoo.org/proj/gentoolkit
Diffstat (limited to 'pym')
| -rw-r--r-- | pym/gentoolkit/helpers.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/gentoolkit/helpers.py b/pym/gentoolkit/helpers.py index 0d985b6..8d25393 100644 --- a/pym/gentoolkit/helpers.py +++ b/pym/gentoolkit/helpers.py @@ -26,6 +26,9 @@ __docformat__ = 'epytext' # ======= import os +import sys +if sys.hexversion < 0x3000000: + from io import open import re from functools import partial from itertools import chain |
