summaryrefslogtreecommitdiff
path: root/tools/patman/control.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/patman/control.py')
-rw-r--r--tools/patman/control.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/patman/control.py b/tools/patman/control.py
index 902b5092e9c..7bf0e7ff61a 100644
--- a/tools/patman/control.py
+++ b/tools/patman/control.py
@@ -8,9 +8,7 @@ This module provides various functions called by the main program to implement
the features of patman.
"""
-import os
import re
-import sys
import traceback
try:
@@ -22,7 +20,6 @@ except ImportError:
from u_boot_pylib import gitutil
from u_boot_pylib import terminal
from u_boot_pylib import tools
-from patman import checkpatch
from patman import patchstream
from patman import patchwork
from patman import send