Commit b1015fdd authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent dd56e679
......@@ -33,7 +33,7 @@ from persistent import Persistent
from persistent.timestamp import TimeStamp
from ZODB.utils import z64, u64, p64
import sys, os, os.path, subprocess, threading, inspect, traceback
import sys, os, os.path, subprocess, inspect, traceback
from thread import get_ident as gettid
from time import gmtime
from errno import EINVAL, ENOENT, ENOTCONN
......@@ -41,7 +41,6 @@ from stat import S_ISDIR
from signal import SIGQUIT, SIGKILL
from golang import go, chan, select, func, defer, default
from golang import context, sync, time
from golang.gcompat import qq
from zodbtools.util import ashex as h, fromhex
import pytest; xfail = pytest.mark.xfail
from pytest import raises, fail
......
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