diff bin/captureDevice @ 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 9fe3052f8ced
children 8e0e5b3db301
line wrap: on
line diff
--- a/bin/captureDevice	Sun Feb 18 08:05:04 2018 +0000
+++ b/bin/captureDevice	Wed Mar 21 08:31:45 2018 +0000
@@ -17,12 +17,12 @@
 
 from light9.namespaces import L9, RDF
 from light9 import networking, showconfig
-from light9.rdfdb.syncedgraph import SyncedGraph
+from rdfdb.syncedgraph import SyncedGraph
 from light9.paint.capture import writeCaptureDescription
 from light9.greplin_cyclone import StatsForCyclone
 from light9.effect.settings import DeviceSettings
 from light9.effect.sequencer import sendToCollector
-from light9.rdfdb.patch import Patch
+from rdfdb.patch import Patch
 
 stats = scales.collection('/webServer', scales.PmfStat('setAttr'))