minor changes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-09-24 01:19:51 +04:00
parent 79f3095294
commit f0b489dd52

View File

@ -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/'