diff --git a/subcmds/gitee_pr.py b/subcmds/gitee_pr.py index 2c228de..d7a5d52 100644 --- a/subcmds/gitee_pr.py +++ b/subcmds/gitee_pr.py @@ -13,6 +13,8 @@ # 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 import requests import json diff --git a/subcmds/push.py b/subcmds/push.py index 5918896..497452e 100644 --- a/subcmds/push.py +++ b/subcmds/push.py @@ -13,11 +13,10 @@ # 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 copy import re import sys - from command import InteractiveCommand from editor import Editor from error import UploadError, GitError, PullRequestError