[Git][NTPsec/ntpsec][master] Changed microsecond unit string to use a proper greek mu.

Eric S. Raymond gitlab at mg.gitlab.com
Thu Apr 6 02:54:00 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
1d27e7ad by Ian Bruene at 2017-04-06T00:57:47+00:00
Changed microsecond unit string to use a proper greek mu.

Mu.

- - - - -


1 changed file:

- pylib/util.py


Changes:

=====================================
pylib/util.py
=====================================
--- a/pylib/util.py
+++ b/pylib/util.py
@@ -37,7 +37,7 @@ UNIT_US = 1
 UNIT_MS = 2
 UNIT_S = 3
 UNIT_KS = 4
-UNITS_SEC = ["ns", "us", "ms", "s", "ks"]
+UNITS_SEC = ["ns", u"\u03bcs", "ms", "s", "ks"]
 UNIT_PPT = 0
 UNIT_PPB = 1
 UNIT_PPM = 2



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/1d27e7ad9479e7338abdda8234126b65adff34c7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170406/ee43e045/attachment.html>


More information about the vc mailing list