[conduit/tracker] Cleanup
- From: John Carr <johncarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [conduit/tracker] Cleanup
- Date: Mon, 15 Jun 2009 09:37:44 -0400 (EDT)
commit 2cadd574d9b26280344fa9dd68c9398ff9250cd7
Author: John Carr <john carr unrouted co uk>
Date: Mon Jun 15 10:44:40 2009 +0100
Cleanup
conduit/modules/TrackerModule/tralchemy/core.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/conduit/modules/TrackerModule/tralchemy/core.py b/conduit/modules/TrackerModule/tralchemy/core.py
index 6019c3a..d0c3ca3 100644
--- a/conduit/modules/TrackerModule/tralchemy/core.py
+++ b/conduit/modules/TrackerModule/tralchemy/core.py
@@ -62,8 +62,7 @@ class Resource(object):
results = tracker.SparqlQuery("SELECT ?o WHERE { ?o rdf:type %s %s}" % (cls._type_, fragment))
for result in results:
- classname = result[0]
- classname = get_classname(classname)
+ classname = get_classname(result[0])
yield cls(classname)
@classmethod
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]