Mercurial > templog
comparison web/log.py @ 44:96c336896201
mostly works for testing
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 23 Jun 2012 23:37:29 +0800 |
parents | 9b5b202129c3 |
children | 425af63d584d |
comparison
equal
deleted
inserted
replaced
42:26c8ab2ba3f1 | 44:96c336896201 |
---|---|
6 import glob | 6 import glob |
7 import hashlib | 7 import hashlib |
8 import tempfile | 8 import tempfile |
9 import time | 9 import time |
10 import syslog | 10 import syslog |
11 import sqlite3 | |
11 from colorsys import hls_to_rgb | 12 from colorsys import hls_to_rgb |
12 | 13 |
13 import config | 14 import config |
14 | 15 |
15 def sensor_rrd_path(s): | 16 def sensor_rrd_path(s): |