From f29bb4407f67f71e9dcdfef93701bee71bd5803e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 12 Nov 2011 02:02:29 +0400 Subject: [PATCH] ... --- TODO.otl | 3 ++- index.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.otl b/TODO.otl index 541e4386..a6aca655 100755 --- a/TODO.otl +++ b/TODO.otl @@ -32,7 +32,8 @@ [_] feed the data to the tagset | this step must be generic | - | it is still unclear what steps are to be handled outside and what inside the tagset... + | it is still unclear what steps are to be handled outside + | and what inside the tagset... [_] put it all together [_] 0% search / select [_] 0% output: diff --git a/index.py b/index.py index bbb3b27d..37b671c7 100755 --- a/index.py +++ b/index.py @@ -1,7 +1,7 @@ #======================================================================= __version__ = '''0.0.01''' -__sub_version__ = '''20111111015101''' +__sub_version__ = '''20111111161334''' __copyright__ = '''(c) Alex A. Naanou 2011''' @@ -226,7 +226,7 @@ def split_images(index): # NOTE: these images can be located in a # different place or are orgonized in a # different way... -## print '%%%%%%', path, name, ext + print '%%%%%%', path, name, ext gid = str(uuid.uuid4()) yield gid, { 'gid': gid,