Commit d9633037 by Rene Moser

cloudstack: update copyright in dynamic inventory

parent 9e5a1670
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# (c) 2014, René Moser <mail@renemoser.net> # (c) 2015, René Moser <mail@renemoser.net>
# #
# This file is part of Ansible, # This file is part of Ansible,
# #
...@@ -70,7 +70,8 @@ based on the data obtained from CloudStack API: ...@@ -70,7 +70,8 @@ based on the data obtained from CloudStack API:
usage: cloudstack.py [--list] [--host HOST] [--project PROJECT] usage: cloudstack.py [--list] [--host HOST] [--project PROJECT]
""" """
import os, sys import os
import sys
import argparse import argparse
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment