summaryrefslogtreecommitdiff
path: root/buildstream/_scheduler/scheduler.py
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2018-07-16 14:38:25 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-07-18 14:11:03 +0900
commit4f9da15df4691fe582c0d05ccc61a7927dee55ca (patch)
tree1c88c4c9ebed1210a7a04f92160b63db4856cdef /buildstream/_scheduler/scheduler.py
parentfc79ad2c86080583ecb1078bb8841d54b4e0d0bb (diff)
downloadbuildstream-4f9da15df4691fe582c0d05ccc61a7927dee55ca.tar.gz
_scheduler/*queue.py: Move queues to a subdirectory
Diffstat (limited to 'buildstream/_scheduler/scheduler.py')
-rw-r--r--buildstream/_scheduler/scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_scheduler/scheduler.py b/buildstream/_scheduler/scheduler.py
index f8a66ae92..7bfbc958e 100644
--- a/buildstream/_scheduler/scheduler.py
+++ b/buildstream/_scheduler/scheduler.py
@@ -26,7 +26,7 @@ import datetime
from contextlib import contextmanager
# Local imports
-from .queue import QueueType
+from .queues import QueueType
# A decent return code for Scheduler.run()