From f0b489dd521a539b66718dd8867138e2c3a0a20b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 24 Sep 2012 01:19:51 +0400 Subject: [PATCH] minor changes... Signed-off-by: Alex A. Naanou --- ui/buildcache.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/buildcache.py b/ui/buildcache.py index e098d28b..e68f6eb3 100755 --- a/ui/buildcache.py +++ b/ui/buildcache.py @@ -1,7 +1,7 @@ #======================================================================= __version__ = '''0.0.01''' -__sub_version__ = '''20120923233459''' +__sub_version__ = '''20120924011938''' __copyright__ = '''(c) Alex A. Naanou 2012''' @@ -171,6 +171,7 @@ def build_index(path, images=None, count=None): # XXX this will not overwrite existing files... +# XXX make this destingwish absolute and relative paths... def make_cache_images(path, config=config): ''' ''' @@ -258,6 +259,8 @@ def build_local_cache(path): print 'Processed %s images in %s seconds.' % (n, t1-t0) + + #----------------------------------------------------------------------- if __name__ == '__main__': ## PATH = 'images/cache-test/'