summaryrefslogtreecommitdiff
path: root/tests/sourcecache/project/plugins/elements/always_fail.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sourcecache/project/plugins/elements/always_fail.py')
-rw-r--r--tests/sourcecache/project/plugins/elements/always_fail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sourcecache/project/plugins/elements/always_fail.py b/tests/sourcecache/project/plugins/elements/always_fail.py
index bc3ed57b6..7dc908ee6 100644
--- a/tests/sourcecache/project/plugins/elements/always_fail.py
+++ b/tests/sourcecache/project/plugins/elements/always_fail.py
@@ -18,8 +18,8 @@
# Raoul Hidalgo Charman <raoul.hidalgocharman@codethink.co.uk>
#
-from buildstream.element import ElementError
from buildstream.buildelement import BuildElement
+from buildstream.element import ElementError
class AlwaysFail(BuildElement):