Exemple #1
0
 def _url(self):
     graph = getGraph()
     net = graph.value(showUri(), L9['networking'])
     ret = graph.value(net, self.service)
     if ret is None:
         raise ValueError("no url for %s %s" % (showUri(), L9['networking']))
     return str(ret)
Exemple #2
0
 def _url(self):
     graph = getGraph()
     net = graph.value(showUri(), L9['networking'])
     return str(graph.value(net, self.service))