summaryrefslogtreecommitdiffstats
path: root/source-builder/sb-check
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-08-27 15:37:02 +1000
committerChris Johns <chrisj@rtems.org>2020-08-28 11:37:53 +1000
commitc51f6342584f658ad56d9acde3c2cc7b3c8f5bca (patch)
treec870b651308dc67cf5db9dc425b98444b58ceeea /source-builder/sb-check
parentsb: Use shebang env python (diff)
downloadrtems-source-builder-c51f6342584f658ad56d9acde3c2cc7b3c8f5bca.tar.bz2
sb: Fix the imports on Python2
Updates #4037
Diffstat (limited to 'source-builder/sb-check')
-rwxr-xr-xsource-builder/sb-check2
1 files changed, 0 insertions, 2 deletions
diff --git a/source-builder/sb-check b/source-builder/sb-check
index b75767e..8c60bf6 100755
--- a/source-builder/sb-check
+++ b/source-builder/sb-check
@@ -20,8 +20,6 @@
from __future__ import print_function
-import sb.check
-
try:
import sb.check
sb.check.run()