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

silly errors

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