[tor-commits] [sbws/master] Import timestamp function
juga at torproject.org
juga at torproject.org
Tue Sep 18 09:26:12 UTC 2018
commit 5ff83f4c854857746d24702f28f8534b62ec7c28
Author: juga0 <juga at riseup.net>
Date: Wed Sep 5 12:18:33 2018 +0000
Import timestamp function
---
sbws/lib/v3bwfile.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sbws/lib/v3bwfile.py b/sbws/lib/v3bwfile.py
index f74792b..2d486ef 100644
--- a/sbws/lib/v3bwfile.py
+++ b/sbws/lib/v3bwfile.py
@@ -14,7 +14,8 @@ from sbws.globals import (SPEC_VERSION, BW_LINE_SIZE, SBWS_SCALE_CONSTANT,
TORFLOW_ROUND_DIG)
from sbws.lib.resultdump import ResultSuccess, _ResultType
from sbws.util.filelock import DirectoryLock
-from sbws.util.timestamp import now_isodt_str, unixts_to_isodt_str
+from sbws.util.timestamp import (now_isodt_str, unixts_to_isodt_str,
+ now_unixts)
from sbws.util.state import State
log = logging.getLogger(__name__)
More information about the tor-commits
mailing list