From daf804767d67f20a1e00cadc2b9e9d6267df3b06 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 1 Oct 2011 01:33:04 +0400 Subject: [PATCH] updated todo... Signed-off-by: Alex A. Naanou --- TODO.otl | 9 +++++++-- tags.py | 10 +++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/TODO.otl b/TODO.otl index 71102abe..1a695b46 100755 --- a/TODO.otl +++ b/TODO.otl @@ -1,7 +1,12 @@ -[_] 25% general tasks - [X] need unique image id +[_] 16% general tasks + [_] 0% save diffs in pickle overlays... + | need fast and simple way to save changes to a new spot... + [_] 0% IDEA: use pli.logictypes.DictUnion + [_] create a new layer on load + [_] save only updated layers and create a new empty layer on save [_] 0% compleate the new tags module [_] .relatedtags(...) [_] concatinative mode or abbility to build new tagsets from selections [_] import test images and ratings [_] importer based on xmpgen + [X] need unique image id diff --git a/tags.py b/tags.py index be3dd92a..e9ff6664 100755 --- a/tags.py +++ b/tags.py @@ -1,7 +1,7 @@ #======================================================================= __version__ = '''0.0.01''' -__sub_version__ = '''20111001012545''' +__sub_version__ = '''20111001012751''' __copyright__ = '''(c) Alex A. Naanou 2011''' @@ -220,8 +220,8 @@ if __name__ == '__main__': from time import time import cPickle as pickle -## ts = TagSet() - ts = TagSetWithObjectIndex() + ts = TagSet() +## ts = TagSetWithObjectIndex() N = 100000 @@ -250,8 +250,8 @@ if __name__ == '__main__': return ts - populate_tagset() -## ts = load_tagset() +## populate_tagset() + ts = load_tagset() print len(ts.tags()) print len(ts.objects())