Deprecating launch app and ansible support.
[snaps.git] / examples / launch.py
index 04bc5d6..cfd7f65 100644 (file)
@@ -32,6 +32,10 @@ logger = logging.getLogger('snaps_launcher')
 
 ARG_NOT_SET = "argument not set"
 
+from warnings import warn
+warn('This script will be removed in a subsequent release',
+     DeprecationWarning)
+
 
 def main(arguments):
     """