aboutsummaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-03-21 07:50:27 +0000
committerBrian Harring <ferringb@gentoo.org>2005-03-21 07:50:27 +0000
commit3a6099de60cabff3c2cce5a66a4ab72edd18a651 (patch)
tree767e9266dd8aee2e6a309435cb7045d22039d1a4 /pym
parentsee changelog. Updates to the cache backend. (diff)
downloadportage-cvs-3a6099de60cabff3c2cce5a66a4ab72edd18a651.tar.gz
portage-cvs-3a6099de60cabff3c2cce5a66a4ab72edd18a651.tar.bz2
portage-cvs-3a6099de60cabff3c2cce5a66a4ab72edd18a651.zip
missing import stat.
Diffstat (limited to 'pym')
-rw-r--r--pym/cache/flat_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/cache/flat_list.py b/pym/cache/flat_list.py
index 7043711..944f740 100644
--- a/pym/cache/flat_list.py
+++ b/pym/cache/flat_list.py
@@ -1,6 +1,6 @@
import fs_template
import cache_errors
-import os
+import os, stat
# store the current key order *here*.
class database(fs_template.FsBased):