Fix order for imports

This commit is contained in:
Ivan Kravets
2016-11-24 00:01:15 +02:00
parent e2de7b05b9
commit 1d4187162a

View File

@ -12,9 +12,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import sys
import os import os
import subprocess import subprocess
import sys
from os.path import join from os.path import join
from platformio import exception, util from platformio import exception, util