Skip to content

Commit 918385f

Browse files
authored
Merge pull request #19 from Microsoft/users/tedchamb/futures
add from __future__ import print_function
2 parents a071fc9 + d100639 commit 918385f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vsts/vsts/vss_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6+
from __future__ import print_function
7+
68
import logging
79
import os
810
import re

0 commit comments

Comments
 (0)