diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-11 22:11:01 +0000 |
---|---|---|
committer | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-03-20 09:38:42 +0000 |
commit | 481efa5e59a22c1b61e1d8ea89302a59f8254dc3 (patch) | |
tree | 513382483255d1df0ea89a9fdc06c452e71dfda7 /tests/external_plugins.py | |
parent | c8306ea68d97032dfd1b361e7fd62a51f86558de (diff) | |
download | buildstream-481efa5e59a22c1b61e1d8ea89302a59f8254dc3.tar.gz |
tests/external_plugins.py: remove unused imports
Diffstat (limited to 'tests/external_plugins.py')
-rw-r--r-- | tests/external_plugins.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/external_plugins.py b/tests/external_plugins.py index c64f37c3d..c000cfa8a 100644 --- a/tests/external_plugins.py +++ b/tests/external_plugins.py @@ -1,9 +1,7 @@ import glob import os -import shutil import subprocess import sys -import time import pytest |