fix in librarian
[wolnelektury.git] / apps / catalogue / management / commands / pack.py
index 6ecf32d..ba06341 100755 (executable)
@@ -2,9 +2,6 @@
 # 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