From d6a928bbcd3a6dabe9d228176fb5f07b48cd5469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E7=95=85?= <631866165@qq.com> Date: Tue, 25 Aug 2020 16:55:10 +0800 Subject: [PATCH] fix subcmds config compatible error --- subcmds/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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