Merge branch 'hotfix/0.7.6'

This commit is contained in:
Freddy Tan 2016-11-20 02:11:45 +08:00
commit f557bd3d9b
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.7.11
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.7.11
import json import json
import os import os
import logging import logging