Skip to content

Commit

Permalink
cloudstack: update copyright in dynamic inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Apr 28, 2015
1 parent 9e5a167 commit d963303
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/inventory/cloudstack.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# (c) 2014, René Moser <[email protected]>
# (c) 2015, René Moser <[email protected]>
#
# This file is part of Ansible,
#
Expand Down Expand Up @@ -70,7 +70,8 @@
usage: cloudstack.py [--list] [--host HOST] [--project PROJECT]
"""

import os, sys
import os
import sys
import argparse

try:
Expand Down

0 comments on commit d963303

Please sign in to comment.