[Git][NTPsec/ntpsec][master] Fix tiny but fatal typo.
Eric S. Raymond
gitlab at mg.gitlab.com
Thu Nov 10 12:42:13 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
7d4f6379 by Eric S. Raymond at 2016-11-10T07:41:57-05:00
Fix tiny but fatal typo.
- - - - -
1 changed file:
- pylib/packet.py
Changes:
=====================================
pylib/packet.py
=====================================
--- a/pylib/packet.py
+++ b/pylib/packet.py
@@ -97,7 +97,7 @@ A Mode 6 packet cannot have extension fields.
"""
# SPDX-License-Identifier: BSD-2-clause
from __future__ import print_function, division
-import sys, socket, select, struct, qcollections
+import sys, socket, select, struct, collections
import getpass, hashlib, time
from ntpc import lfptofloat
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/7d4f63797ce42e560f632375ea4b68d299a938f3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161110/6a902647/attachment.html>
More information about the vc
mailing list