[Git][NTPsec/ntpsec][master] Restore some imports for ntpviz
Eric S. Raymond
gitlab at mg.gitlab.com
Mon Nov 14 17:03:00 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
5617fa49 by Matt Selsky at 2016-11-14T11:31:59-05:00
Restore some imports for ntpviz
"Remove unused imports" was too aggressive since pyflakes was unable to
detect modules imported in submodules correctly
- - - - -
1 changed file:
- ntpstats/ntpviz
Changes:
=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -35,8 +35,10 @@ from __future__ import print_function, division
import argparse
import csv
+import datetime
import re
import atexit, binascii, collections, os, socket, sys
+import subprocess
import time
import tempfile
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/5617fa495c973646ce6127d8561c866cd939a4f6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161114/083b5e46/attachment.html>
More information about the vc
mailing list