Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Gueret <christophe.gueret@gmail.com>2011-09-16 09:47:44 (GMT)
committer Christophe Gueret <christophe.gueret@gmail.com>2011-09-16 09:47:44 (GMT)
commit311b3d47950c0489d6c869d61a21e06b715fe253 (patch)
tree565e7d5b1182d950cfcd89af5e79410c27808fae
parentfd7daec1eb9e4dcb0479285b1875d92ccd88acf2 (diff)
Fix
-rw-r--r--src/semanticxo/layoutmanager.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/semanticxo/layoutmanager.py b/src/semanticxo/layoutmanager.py
index ae13f7e..6e30340 100644
--- a/src/semanticxo/layoutmanager.py
+++ b/src/semanticxo/layoutmanager.py
@@ -84,7 +84,6 @@ class LayoutManager(object):
def find_all(self):
logging.debug('[LMA] find all')
- print "find all"
uids = []
query = """SELECT ?uid WHERE {
?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/terms#DSObject>.
@@ -98,7 +97,6 @@ class LayoutManager(object):
results = response.read().split('\n')[1:-1]
logging.debug(results)
conn.close()
- print "a"
return uids