Update yunohost_firewall.py

This commit is contained in:
Alexis Gavoty 2014-03-19 10:04:59 +01:00
parent c040956e4d
commit 34869a523d

View file

@ -37,6 +37,7 @@ except ImportError:
sys.stderr.write('apt-get install python-yaml\n')
sys.exit(1)
from yunohost import YunoHostError, win_msg
from yunohost_hook import hook_callback
def firewall_allow(protocol=None, port=None, ipv6=None, upnp=False):