move some routines from plccache to generic to avoid pulling in db routines
[monitor.git] / monitor / common.py
index 08a6d99..78ca093 100644 (file)
@@ -289,3 +289,5 @@ class Time:
     def ts_to_dt(cls, ts):
         d = datetime.fromtimestamp(ts)
         return d
+
+