[Git][NTPsec/ntpsec][master] Deleted 2 commits: Helps when the import is in the right module.

Eric S. Raymond gitlab at mg.gitlab.com
Sat Aug 20 13:25:10 UTC 2016


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


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
92a85994 by Eric S. Raymond at 2016-08-20T09:25:05-04:00
Helps when the import is in the right module.

- - - - -
6f37f9f4 by Eric S. Raymond at 2016-08-20T09:25:05-04:00
Update a caveat in the INSTALL file.

- - - - -


3 changed files:

- INSTALL
- ntpstats/ntpviz
- pylib/statfiles.py


Changes:

=====================================
INSTALL
=====================================
--- a/INSTALL
+++ b/INSTALL
@@ -184,11 +184,10 @@ Other behaviors may be added in future releases.
 == Uninstalled binaries and scripts ==
 
 Due to variations in Perl library paths, our stock source distribution
-makes no attempt to install certain Perl/Python/shell scripts: notably
-ntpleapfetch, ntpwait, and ntptrace.  If you installed this software
-from a binary package prepared by your OS distributor, the OS
-distributor may install them, arranging a rendezvous with the
-Perl implementation's library path.
+makes no attempt to install certain Perl scripts: notably ntpleapfetch
+and ntpwait.  If you installed this software from a binary package
+prepared by your OS distributor, the OS distributor may install them,
+arranging a rendezvous with the Perl implementation's library path.
 
 The utils/ directory contains various other uninstalled programs, some
 of only historical interest. Consult util/README for details.


=====================================
ntpstats/ntpviz
=====================================
--- a/ntpstats/ntpviz
+++ b/ntpstats/ntpviz
@@ -19,7 +19,7 @@ Python by ESR, concept and GNUPLOT code by Dan Drown.
 #SPDX-License-Identifier: BSD-2-Clause
 from __future__ import print_function, division
 
-import os, sys, getopt, socket, binascii, datetime, collections, gzip, time
+import os, sys, getopt, socket, binascii, datetime, collections, time
 from ntp.statfiles import *
 
 #import cProfile, pstats


=====================================
pylib/statfiles.py
=====================================
--- a/pylib/statfiles.py
+++ b/pylib/statfiles.py
@@ -7,7 +7,7 @@ SPDX-License-Identifier: BSD-2-Clause
 """
 from __future__ import print_function, division
 
-import os, sys, time, glob, calendar, subprocess, socket
+import os, sys, time, glob, calendar, subprocess, socket, gzip
 
 class NTPStats:
     "Gather statistics for a specified NTP site"



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/f761ce1d3d2e00fbb876056e3ad54c4beaee8ea3...6f37f9f4da00a6292250cd3468511c4e758eb591
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20160820/7b3b5a2e/attachment.html>


More information about the vc mailing list