Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-02-22 13:50:54 (GMT)
committer Reinier Heeres <rwh@rwh.(none)>2008-02-25 21:44:16 (GMT)
commit6c91bb7366c990903279401860a2b25ec63d7ea8 (patch)
treeed94f1ffb97c679e820f86479ebb00b349e516ff
parentf54615fa8e4ab55d1a2ada87e6aa9a07e2c9bb96 (diff)
remove useless variable
-rw-r--r--readactivity.py1
1 files changed, 0 insertions, 1 deletions
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()