1.update version

2.fix for python2
This commit is contained in:
Freddy Tan 2016-11-20 02:11:29 +08:00
parent f0c029d6e7
commit a4b16b2791
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# above is for compatibility of python2 # above is for compatibility of python2.7.11
import subprocess import subprocess
import os import os

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# above is for compatibility of python2 # above is for compatibility of python2.7.11
import json import json
import os import os