From a711d2d2ceab714d9465e69c80563b8f768ae203 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 19 May 2012 14:56:29 +0200 Subject: [PATCH] fix comment --- pandora/item/management/commands/rebuildcache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora/item/management/commands/rebuildcache.py b/pandora/item/management/commands/rebuildcache.py index bd42ed44..c427daca 100644 --- a/pandora/item/management/commands/rebuildcache.py +++ b/pandora/item/management/commands/rebuildcache.py @@ -17,7 +17,6 @@ class Command(BaseCommand): rebuild sort/search cache for all items. """ help = 'rebuild sort/search cache for all items.' - """ args = '' def handle(self, **options):