mirror of https://github.com/ARMmbed/mbed-os.git
Fix error/warning printing as links
parent
0bbf1a26af
commit
8688af057f
|
@ -17,6 +17,7 @@ from __future__ import print_function, division, absolute_import
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
|
from os import getcwd
|
||||||
from os.path import basename
|
from os.path import basename
|
||||||
|
|
||||||
from . import Notifier
|
from . import Notifier
|
||||||
|
|
Loading…
Reference in New Issue