summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 043486542..e2fd1fbaa 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -125,6 +125,7 @@ except ImportError as e:
if sys.hexversion >= 0x3000000:
basestring = str
+ long = int
# Assume utf_8 fs encoding everywhere except in merge code, where the
# user's locale is respected.