diff options
Diffstat (limited to 'tools/dtoc/main.py')
-rwxr-xr-x | tools/dtoc/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dtoc/main.py b/tools/dtoc/main.py index 6c63d637a7..b94d9c301f 100755 --- a/tools/dtoc/main.py +++ b/tools/dtoc/main.py @@ -32,7 +32,6 @@ import unittest # Bring in the patman libraries our_path = os.path.dirname(os.path.realpath(__file__)) -sys.path.append(os.path.join(our_path, '../patman')) sys.path.append(os.path.join(our_path, '..')) # Bring in the libfdt module |