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