1.update version

2.fix for python2
This commit is contained in:
Freddy Tan 2016-11-20 02:10:50 +08:00
parent 19ee2f7733
commit f0c029d6e7
3 changed files with 7 additions and 1 deletions

View file

@ -1 +1 @@
0.7.5 0.7.6

View file

@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
# above is for compatibility of python2
import subprocess import subprocess
import os import os
import json import json

View file

@ -1,3 +1,6 @@
# -*- coding: utf-8 -*-
# above is for compatibility of python2
import json import json
import os import os
import logging import logging