Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 14 lines 454 B view raw
1--- source.org/tools/deadlock.py 1980-01-02 00:00:00.000000000 +0000 2+++ source/tools/deadlock.py 2018-05-29 13:57:11.807126673 +0100 3@@ -44,9 +44,8 @@ 4 # 5 # 01-Feb-2017 Kenny Yu Created this. 6 7-from __future__ import ( 8- absolute_import, division, unicode_literals, print_function 9-) 10+from __future__ import absolute_import, division, unicode_literals, print_function 11+ 12 from bcc import BPF 13 from collections import defaultdict 14 import argparse