Commit e92f891a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent da0a323e
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2018 Nexedi SA and Contributors. # Copyright (C) 2018-2021 Nexedi SA and Contributors.
# Kirill Smelkov <kirr@nexedi.com> # Kirill Smelkov <kirr@nexedi.com>
# #
# This program is free software: you can Use, Study, Modify and Redistribute # This program is free software: you can Use, Study, Modify and Redistribute
# it under the terms of the GNU General Public License version 3, or (at your # it under the terms of the GNU General Public License version 3, or (at your
...@@ -21,9 +21,11 @@ ...@@ -21,9 +21,11 @@
This module activates tracepoints equivalent to NEO/go on NEO/py side. This module activates tracepoints equivalent to NEO/go on NEO/py side.
Must be used with pyruntraced. Must be used with go123/tracing/cmd/pyruntraced.
""" """
# XXX untested draft
from neo.lib.connection import Connection from neo.lib.connection import Connection
import socket import socket
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment