From 6c91bb7366c990903279401860a2b25ec63d7ea8 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 22 Feb 2008 13:50:54 +0000 Subject: remove useless variable --- diff --git a/readactivity.py b/readactivity.py index 956e3b0..e2101de 100644 --- a/readactivity.py +++ b/readactivity.py @@ -286,7 +286,6 @@ class ReadActivity(activity.Activity): self._jobject.file_path = os.path.join(tempfile.gettempdir(), '%i' % time.time()) self._owns_file = True - next_buddy = None # Pick an arbitrary tube we can try to download the document from try: tube_id = self.unused_download_tubes.pop() -- cgit v0.9.1