Skip to content
Snippets Groups Projects
Commit 33dfb54d authored by Usama Tahir's avatar Usama Tahir
Browse files

demo1-getting-started.py converted to python 3 using 2to3 library

parent 7c2a5341
Branches main
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ def main():
# make sure to include ex_force_auth_version='3.x_password', as needed in our environment
provider = get_driver(Provider.OPENSTACK)
print("Opening connection to %s as %s..." % (auth_url, auth_username))
print(("Opening connection to %s as %s..." % (auth_url, auth_username)))
conn = provider(auth_username,
auth_password,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment