Mercurial > code > home > repos > homeauto
diff service/dhcpleases/dhcpleases.py @ 967:2489d111f4f1
whitespace
Ignore-this: 29ddf8925c373bdb1ec8f62a01f0ac4f
darcs-hash:20150322074155-312f9-2dd631ff19a153041b3e869536d7c277cba2b768
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 22 Mar 2015 00:41:55 -0700 |
parents | cce0107a78b4 |
children | ab98f8d72be0 |
line wrap: on
line diff
--- a/service/dhcpleases/dhcpleases.py Sun Mar 22 00:35:10 2015 -0700 +++ b/service/dhcpleases/dhcpleases.py Sun Mar 22 00:41:55 2015 -0700 @@ -10,12 +10,12 @@ from twisted.internet import reactor from isc_dhcp_leases.iscdhcpleases import IscDhcpLeases - DEV = Namespace("http://projects.bigasterisk.com/device/") ROOM = Namespace("http://projects.bigasterisk.com/room/") def timeLiteral(dt): - return Literal(dt.replace(tzinfo=tzlocal()).isoformat(), datatype=XSD.dateTime) + return Literal(dt.replace(tzinfo=tzlocal()).isoformat(), + datatype=XSD.dateTime) class GraphHandler(cyclone.web.RequestHandler): def get(self):