binman: Avoid setting sys.path globally
[oweals/u-boot.git] / tools / binman / binman.py
index fa2f551f55420e92e7e110eacf0fc8bef6e83535..d49402a977e8c9034c5745b2cadfcdd3e718b993 100755 (executable)
@@ -23,9 +23,6 @@ for dirname in ['../patman', '../dtoc', '..']:
 # Bring in the libfdt module
 sys.path.insert(0, 'scripts/dtc/pylibfdt')
 
-# Also allow entry-type modules to be brought in from the etype directory.
-sys.path.insert(0, os.path.join(our_path, 'etype'))
-
 import cmdline
 import command
 import control