summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/views/bundle.py
diff options
context:
space:
mode:
authorGuilherme Salgado <guilherme.salgado@linaro.org>2011-03-09 01:15:06 +0000
committerJeremy Kerr <jk@ozlabs.org>2011-03-15 16:07:06 +0800
commitd558686a05339b18d33d6ba9688acd9f35ad9a36 (patch)
tree12bc6a89c4918e74d49cb01467416870e67ad604 /apps/patchwork/views/bundle.py
parent25f3514a617e91dae3d255b3685f3a1f9799727b (diff)
downloadpatchwork-d558686a05339b18d33d6ba9688acd9f35ad9a36.tar.bz2
patchwork-d558686a05339b18d33d6ba9688acd9f35ad9a36.tar.xz
Remove unused imports
This is so that we can use static analysis tools like pyflakes to find undefined names (and other common mistakes we often make) without being swamped with unused imports warnings. Signed-off-by: Guilherme Salgado <guilherme.salgado@linaro.org> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'apps/patchwork/views/bundle.py')
-rw-r--r--apps/patchwork/views/bundle.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/patchwork/views/bundle.py b/apps/patchwork/views/bundle.py
index 62b50d4..54aa21d 100644
--- a/apps/patchwork/views/bundle.py
+++ b/apps/patchwork/views/bundle.py
@@ -28,7 +28,6 @@ from patchwork.utils import get_patch_ids
from patchwork.forms import BundleForm, DeleteBundleForm
from patchwork.views import generic_list
from patchwork.filters import DelegateFilter
-from patchwork.paginator import Paginator
@login_required
def setbundle(request):