Mercurial > code > home > repos > light9
diff bin/subcomposer @ 1697:5c04a54df635
fix startup (this might be breaking mypy)
Ignore-this: d81817852cde18bb475ce7be80499b5d
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 26 Apr 2018 08:20:19 +0000 |
parents | 6fa4288da8a6 |
children | f140153c087c |
line wrap: on
line diff
--- a/bin/subcomposer Thu Apr 26 06:43:31 2018 +0000 +++ b/bin/subcomposer Thu Apr 26 08:20:19 2018 +0000 @@ -16,7 +16,12 @@ """ from __future__ import division, nested_scopes + +from run_local import log import time, logging + +log.setLevel(logging.DEBUG) + from optparse import OptionParser import logging, urllib import Tkinter as tk @@ -24,12 +29,8 @@ from twisted.internet import reactor, tksupport, task from rdflib import URIRef, RDF, RDFS, Literal -from run_local import log -log.setLevel(logging.DEBUG) - from light9.dmxchanedit import Levelbox from light9 import dmxclient, Submaster, prof, showconfig, networking - from light9.Patch import get_channel_name from light9.uihelpers import toplevelat from rdfdb.syncedgraph import SyncedGraph