1.update version
2.fix for python2
This commit is contained in:
parent
f0c029d6e7
commit
a4b16b2791
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue