1.update version
2.fix for python2
This commit is contained in:
parent
19ee2f7733
commit
f0c029d6e7
3 changed files with 7 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.7.5
|
||||
0.7.6
|
|
@ -1,3 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# above is for compatibility of python2
|
||||
|
||||
import subprocess
|
||||
import os
|
||||
import json
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# above is for compatibility of python2
|
||||
|
||||
import json
|
||||
import os
|
||||
import logging
|
||||
|
|
Loading…
Reference in a new issue