Support print() function in test/

This commit is contained in:
Marius Gedminas
2015-08-27 22:02:35 +03:00
parent 9ae66a7f5c
commit 727cb8a917
4 changed files with 5 additions and 5 deletions

View File

@@ -39,4 +39,4 @@ if __name__ == '__main__':
gce.create_volume(
size=10, name=prefix+'-extra', location='us-central1-a')
except KeyboardInterrupt as e:
print "\nExiting on user command."
print("\nExiting on user command.")