From 739f1bc0f877e8105e58f6699cafc4bde5f933be Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 25 Apr 2019 01:34:33 +0200 Subject: [PATCH] fix hook --- wo/cli/plugins/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index 38160c0..eab3f5c 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -1,7 +1,7 @@ """Stack Plugin for WordOps""" from cement.core.controller import CementBaseController, expose -from cement.core import handler +from cement.core import handler, hook from wo.cli.plugins.site_functions import * from wo.core.variables import WOVariables from wo.core.aptget import WOAptGet