From 87b61970631dfbe825fe9c7c2678934b37ecc880 Mon Sep 17 00:00:00 2001 From: Lucian Branescu Mihaila Date: Thu, 17 Jun 2010 23:49:07 +0000 Subject: Fix some pep8 violations. --- (limited to 'filepicker.py') diff --git a/filepicker.py b/filepicker.py index 4e52471..2d82270 100644 --- a/filepicker.py +++ b/filepicker.py @@ -29,6 +29,7 @@ from sugar.activity.activity import get_activity_root _temp_dirs_to_clean = [] + #TODO port to webkit def cleanup_temp_files(): while _temp_dirs_to_clean: -- cgit v0.9.1