This commit is contained in:
Alex A. Naanou 2011-11-12 02:02:29 +04:00
parent 9db954a609
commit f29bb4407f
2 changed files with 4 additions and 3 deletions

View File

@ -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:

View File

@ -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,