# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
#
-import re
-import sys
-from cPickle import load, dump
from optparse import make_option
from django.core.management.base import BaseCommand
help='Exclude specific books by slug')
)
help = 'Prepare ZIP package with files of given type.'
- args = '[%s] output_path.zip' % '|'.join(ftypes)
+ args = '[%s] output_path.zip' % '|'.join(Book.formats)
def handle(self, ftype, path, **options):
self.style = color_style()