fix ipset problem introduced by 58e92bbe84

This commit is contained in:
Chiradeep Vittal 2011-07-10 12:43:59 -07:00
parent fb8c3c032a
commit 7d95efb7c6
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import socket
import stat
import tempfile
import util
from util import CommandException
def echo(fn):
def wrapped(*v, **k):