Commit 3f6da7f2 authored by Martín Ferrari's avatar Martín Ferrari

silly errors

parent 81be1156
...@@ -12,7 +12,7 @@ try: ...@@ -12,7 +12,7 @@ try:
except ImportError: except ImportError:
from yaml import Loader, Dumper from yaml import Loader, Dumper
import base64, passfd, sys, yaml import base64, os, passfd, sys, yaml
import netns.subprocess import netns.subprocess
# Protocol definition # Protocol definition
...@@ -43,7 +43,7 @@ _proto_commands = { ...@@ -43,7 +43,7 @@ _proto_commands = {
"PROC": { "PROC": {
"CRTE": ("iib", "b*"), "CRTE": ("iib", "b*"),
"POLL": ("i", ""), "POLL": ("i", ""),
"WAIT": ("i", "") "WAIT": ("i", ""),
"KILL": ("i", "i") "KILL": ("i", "i")
}, },
} }
......
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