Commit bba4000c authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

test/rpc: import the errno module

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 31475ffa
#!/usr/bin/python #!/usr/bin/python
import socket, os, imp, sys import socket, os, imp, sys, errno
import rpc_pb2 as rpc import rpc_pb2 as rpc
import argparse import argparse
......
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