summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/porttree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dbapi/porttree.py b/pym/portage/dbapi/porttree.py
index 4c6d7cbab..56ef8dbb8 100644
--- a/pym/portage/dbapi/porttree.py
+++ b/pym/portage/dbapi/porttree.py
@@ -17,7 +17,7 @@ from portage import eclass_cache, auxdbkeys, auxdbkeylen, \
dep_expand, dep_getkey, catpkgsplit, match_from_list, match_to_list, \
eapi_is_supported, key_expand, dep_check
-import os, sys
+import os, stat, sys
class portdbapi(dbapi):