From 6d59eb3641681aeb06a6ecee7582a286f47a0a91 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 18 Sep 2006 03:54:07 +0000 Subject: Replace relative imports with absolute imports for forward compatibility with python 2.6. svn path=/main/trunk/; revision=4470 --- pym/cache/flat_list.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/cache/flat_list.py') diff --git a/pym/cache/flat_list.py b/pym/cache/flat_list.py index 135b31e39..0cd3edb0e 100644 --- a/pym/cache/flat_list.py +++ b/pym/cache/flat_list.py @@ -1,5 +1,5 @@ -import fs_template -import cache_errors +from cache import fs_template +from cache import cache_errors import errno, os, stat # store the current key order *here*. -- cgit v1.2.3-1-g7c22