From d4d5866a2ca258ad492c12008b489aaa2a6b60d3 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 5 May 2014 16:03:15 +0100 Subject: Rename vars in dequeue_events --- distbuild/mainloop.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distbuild') diff --git a/distbuild/mainloop.py b/distbuild/mainloop.py index e3f9ae2d..c5b7d284 100644 --- a/distbuild/mainloop.py +++ b/distbuild/mainloop.py @@ -112,6 +112,6 @@ class MainLoop(object): def _dequeue_events(self): while self._events: - event_queue, event = self._events.pop(0) - yield event_queue, event + event_source, event = self._events.pop(0) + yield event_source, event -- cgit v1.2.1