1.update version

2.fix for python2
merge-requests/1/head
Freddy Tan 8 years ago
parent 19ee2f7733
commit f0c029d6e7

@ -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…
Cancel
Save