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,