Mercurial > code > home > repos > light9
diff bin/listsongs @ 1692:6fa4288da8a6
rdfdb is its own package now
Ignore-this: 6b0b51464911b955687fefe6454fb91b
author | drewp@bigasterisk.com |
---|---|
date | Wed, 21 Mar 2018 08:31:45 +0000 |
parents | a38955ba6f40 |
children | 7772cc48e016 |
line wrap: on
line diff
--- a/bin/listsongs Sun Feb 18 08:05:04 2018 +0000 +++ b/bin/listsongs Wed Mar 21 08:31:45 2018 +0000 @@ -13,7 +13,7 @@ from rdflib import RDF from light9 import networking from light9.namespaces import L9 -from light9.rdfdb.syncedgraph import SyncedGraph +from rdfdb.syncedgraph import SyncedGraph graph = SyncedGraph(networking.rdfdb.url, "listsongs")