targets/toolchain_makefile.py
changeset 1832 0f1081928d65
parent 1831 56b48961cc68
child 1846 14b40afccd69
--- a/targets/toolchain_makefile.py	Thu Sep 28 12:20:40 2017 +0300
+++ b/targets/toolchain_makefile.py	Thu Sep 28 15:17:57 2017 +0300
@@ -25,10 +25,11 @@
 import os
 import re
 import operator
+import hashlib
+import time
+
 from util.ProcessLogger import ProcessLogger
-import hashlib
 
-import time
 
 includes_re = re.compile('\s*#include\s*["<]([^">]*)[">].*')