diff options
author | 2005-03-21 07:50:27 +0000 | |
---|---|---|
committer | 2005-03-21 07:50:27 +0000 | |
commit | 3a6099de60cabff3c2cce5a66a4ab72edd18a651 (patch) | |
tree | 767e9266dd8aee2e6a309435cb7045d22039d1a4 | |
parent | see changelog. Updates to the cache backend. (diff) | |
download | portage-cvs-3a6099de60cabff3c2cce5a66a4ab72edd18a651.tar.gz portage-cvs-3a6099de60cabff3c2cce5a66a4ab72edd18a651.tar.bz2 portage-cvs-3a6099de60cabff3c2cce5a66a4ab72edd18a651.zip |
missing import stat.
-rw-r--r-- | pym/cache/flat_list.py | 2 |
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): |