diff --git a/subcmds/config.py b/subcmds/config.py index ea7da0a..9c60186 100644 --- a/subcmds/config.py +++ b/subcmds/config.py @@ -13,7 +13,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - +from __future__ import print_function import sys from command import Command from git_command import GitCommand