Mercurial > code > home > repos > light9
diff bin/gtk_dnd_demo.py @ 1114:a38955ba6f40
rdfdb port is now in the config
Ignore-this: 62a97aed9e0fe42604b8b59009b3d0e6
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 13 Jun 2014 05:25:02 +0000 |
parents | 339e99981fd4 |
children | 6fa4288da8a6 |
line wrap: on
line diff
--- a/bin/gtk_dnd_demo.py Thu Jun 12 08:59:52 2014 +0000 +++ b/bin/gtk_dnd_demo.py Fri Jun 13 05:25:02 2014 +0000 @@ -4,13 +4,14 @@ import sys sys.path.append(".") from rdflib import URIRef +from light9 import networking from light9.editchoicegtk import EditChoice, Local from light9.observable import Observable from light9.rdfdb.syncedgraph import SyncedGraph win = gtk.Window() -graph = SyncedGraph("gtkdnddemo") +graph = SyncedGraph(networking.rdfdb.url, "gtkdnddemo") r1 = URIRef("http://example.com/interestingThing") v = Observable(r1)