summaryrefslogtreecommitdiff
path: root/tests/frontend/main.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-02 15:54:07 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-02 16:01:54 +0900
commit00ad7629a4aa6ef7b447f4327bb39f8b4cb28440 (patch)
treea894f1a5364b9d2ef524a55a73f70bf868f1a20f /tests/frontend/main.py
parent999d168ad254e8b02a8d089457aa592b3eb81975 (diff)
downloadbuildstream-00ad7629a4aa6ef7b447f4327bb39f8b4cb28440.tar.gz
_frontend/app.py: Renamed from main.py
Since the CLI and the App object was split up, we should name the file after the object which it implements.
Diffstat (limited to 'tests/frontend/main.py')
-rw-r--r--tests/frontend/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/main.py b/tests/frontend/main.py
index 9ba552c60..41337b54d 100644
--- a/tests/frontend/main.py
+++ b/tests/frontend/main.py
@@ -1,4 +1,4 @@
-from buildstream._frontend.main import prefix_choice_value_proc
+from buildstream._frontend.app import prefix_choice_value_proc
import pytest
import click