Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Vagin <avagin@openvz.org>2015-08-24 01:26:25 +0300
committerPavel Emelyanov <xemul@parallels.com>2015-08-25 16:00:20 +0300
commitbba4000c40a8cb1e7535a0e7a244975bd3b3d4fd (patch)
treefb760d6801af1f1cd76ce9605d2df3afffcd8999
parent31475ffa6dd9bcfa586bb97cf867f4851aa25043 (diff)
test/rpc: import the errno module
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
-rwxr-xr-xtest/rpc/ps_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rpc/ps_test.py b/test/rpc/ps_test.py
index 4ce44c30b..82e5a5024 100755
--- a/test/rpc/ps_test.py
+++ b/test/rpc/ps_test.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
-import socket, os, imp, sys
+import socket, os, imp, sys, errno
import rpc_pb2 as rpc
import argparse