From: allfro Date: Sun, 9 Dec 2012 00:41:00 +0000 (-0500) Subject: Added auto install and uninstall of entities and machines during install-package... X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=150883d275005ec84fa03143306c59603a492d94;p=get-hack-src.git Added auto install and uninstall of entities and machines during install-package and uninstall-package operations. --- diff --git a/src/canari/framework.py b/src/canari/framework.py index 9fa20e0..25e10d3 100644 --- a/src/canari/framework.py +++ b/src/canari/framework.py @@ -21,6 +21,11 @@ def superuser(f): return f +def deprecated(f): + f.deprecated = True + return f + + class configure(object): def __init__(self, **kwargs):