diff --git a/vsts/vsts/vss_client.py b/vsts/vsts/vss_client.py index 687c7ef4..05fa6630 100644 --- a/vsts/vsts/vss_client.py +++ b/vsts/vsts/vss_client.py @@ -3,6 +3,8 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- +from __future__ import print_function + import logging import os import re