Mercurial > code > home > repos > light9
diff bin/staticclient @ 1859:f066d6e874db
2to3 with these fixers: all idioms set_literal
Ignore-this: cbd28518218c2f0ddce8c4f92d3b8b33
author | drewp@bigasterisk.com |
---|---|
date | Wed, 22 May 2019 00:08:22 +0000 |
parents | 7772cc48e016 |
children |
line wrap: on
line diff
--- a/bin/staticclient Tue May 21 23:56:12 2019 +0000 +++ b/bin/staticclient Wed May 22 00:08:22 2019 +0000 @@ -2,10 +2,10 @@ """ push a dmx level forever """ -from __future__ import division, nested_scopes + import time, logging from optparse import OptionParser -import logging, urllib +import logging, urllib.request, urllib.parse, urllib.error from twisted.internet import reactor, tksupport, task from rdflib import URIRef, RDF, RDFS, Literal