From 874ec94a05488125385ec570216ef064dd13dd6c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 10 Feb 2007 21:50:28 +0000 Subject: Fix missing stat import. svn path=/main/trunk/; revision=5947 --- pym/portage/dbapi/porttree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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): -- cgit v1.2.3-1-g7c22