From d9633037d5ccd597e8e9ff76404edf6f4b1fb4dc Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Tue, 28 Apr 2015 09:20:48 +0200 Subject: [PATCH] cloudstack: update copyright in dynamic inventory --- plugins/inventory/cloudstack.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/inventory/cloudstack.py b/plugins/inventory/cloudstack.py index d0b2f042d3..426cf163fd 100755 --- a/plugins/inventory/cloudstack.py +++ b/plugins/inventory/cloudstack.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# (c) 2014, René Moser +# (c) 2015, René Moser # # This file is part of Ansible, # @@ -70,7 +70,8 @@ based on the data obtained from CloudStack API: usage: cloudstack.py [--list] [--host HOST] [--project PROJECT] """ -import os, sys +import os +import sys import argparse try: