fix ipset problem introduced by 58e92bbe84c2a61ef72913dcb4a88cd761c89604

This commit is contained in:
Chiradeep Vittal 2011-07-10 12:43:59 -07:00
parent fb8c3c032a
commit 7d95efb7c6

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):