From 87e1b09088b68102ee1d72c98b678781844db00b Mon Sep 17 00:00:00 2001 From: Arne Augenstein Date: Sat, 24 Jan 2015 16:04:53 +0100 Subject: [PATCH] sort imports --- platformio/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/util.py b/platformio/util.py index 0cfb389c..fe850d0d 100644 --- a/platformio/util.py +++ b/platformio/util.py @@ -4,7 +4,7 @@ import json from os import name as os_name from os import getcwd, getenv, listdir, makedirs, utime -from os.path import dirname, expanduser, isdir, isfile, join, realpath, abspath +from os.path import abspath, dirname, expanduser, isdir, isfile, join, realpath from platform import system, uname from subprocess import PIPE, Popen