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
# limitations under the License.
import sys
import os
import subprocess
import sys
from os.path import join
from platformio import exception, util