mirror of
https://github.com/ansible/awx.git
synced 2026-06-29 02:18:01 -02:30
convert py2 -> py3
This commit is contained in:
@@ -45,7 +45,7 @@ class task:
|
||||
|
||||
@task(queue='tower_broadcast', exchange_type='fanout')
|
||||
def announce():
|
||||
print "Run this everywhere!"
|
||||
print("Run this everywhere!")
|
||||
"""
|
||||
|
||||
def __init__(self, queue=None, exchange_type=None):
|
||||
|
||||
Reference in New Issue
Block a user