]> git.nothing2do.fr Git - get-hack-src.git/commitdiff
Added auto install and uninstall of entities and machines during install-package...
authorallfro <ndouba@gmail.com>
Sun, 9 Dec 2012 00:41:00 +0000 (19:41 -0500)
committerallfro <ndouba@gmail.com>
Sun, 9 Dec 2012 00:41:00 +0000 (19:41 -0500)
src/canari/framework.py

index 9fa20e0484ac276ea27096acc4d185d77c19f8a4..25e10d36d685886e6fdff75fa19dd8402e31cf18 100644 (file)
@@ -21,6 +21,11 @@ def superuser(f):
     return f
 
 
+def deprecated(f):
+    f.deprecated = True
+    return f
+
+
 class configure(object):
 
     def __init__(self, **kwargs):