compatible python2

This commit is contained in:
江畅
2020-08-25 16:48:51 +08:00
parent 65f3b3b8b6
commit a1c0ee8e62
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -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
+1 -2
View File
@@ -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