From 8922be6e58c6ee9d8893e7b19e6d5177dde0f98e Mon Sep 17 00:00:00 2001 From: Tássia Camões Araújo Date: Tue, 26 Jul 2011 01:09:14 +0000 Subject: [PATCH] Updated clustering example for renamed class. --- src/examples/clustering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/clustering.py b/src/examples/clustering.py index e543226..5c72452 100755 --- a/src/examples/clustering.py +++ b/src/examples/clustering.py @@ -36,7 +36,7 @@ if __name__ == '__main__': begin_time = datetime.datetime.now() logging.info("Clustering computation started at %s" % begin_time) - cl = PopconClusteredData(cfg) + cl = PopconXapianIndex(cfg) end_time = datetime.datetime.now() logging.info("Clustering computation completed at %s" % end_time) -- libgit2 0.21.2