summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/bintree.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/dbapi/bintree.py')
-rw-r--r--pym/portage/dbapi/bintree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index ff277a8fa..818dba9cf 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -34,6 +34,7 @@ from itertools import chain
if sys.hexversion >= 0x3000000:
basestring = str
+ long = int
class bindbapi(fakedbapi):
_known_keys = frozenset(list(fakedbapi._known_keys) + \