remove unecessary backslashes

This commit is contained in:
Martin Konecny 2013-05-17 14:52:49 -04:00
parent bda22baf0c
commit e4b6eef22d
2 changed files with 2 additions and 3 deletions

View file

@ -510,7 +510,6 @@ class PypoFetch(Thread):
Currently we are checking every POLL_INTERVAL seconds.
"""
message = self.fetch_queue.get(block=True,
timeout=self.listener_timeout)
self.handle_message(message)