pep8 and other code-style changes
authorJan Szejko <j-sz@o2.pl>
Tue, 12 Jan 2016 09:17:20 +0000 (10:17 +0100)
committerJan Szejko <j-sz@o2.pl>
Tue, 12 Jan 2016 09:17:20 +0000 (10:17 +0100)
commitb2d342589a7889a3b096e7192453d53bd28eed7d
treed7a05a43a7436fe634695d2aa8bac37d8566969e
parent2fea31c78fb2dbbbabda91c64aab0760adba517c
pep8 and other code-style changes
150 files changed:
src/ajaxable/utils.py
src/api/emitters.py
src/api/handlers.py
src/api/helpers.py
src/api/management/commands/mobileinit.py
src/api/models.py
src/api/tests.py
src/api/urls.py
src/basicauth.py
src/catalogue/__init__.py
src/catalogue/admin.py
src/catalogue/apps.py
src/catalogue/feeds.py
src/catalogue/fields.py
src/catalogue/forms.py
src/catalogue/helpers.py
src/catalogue/import_utils.py
src/catalogue/management/commands/checkcovers.py
src/catalogue/management/commands/checkintegrity.py
src/catalogue/management/commands/importbooks.py
src/catalogue/management/commands/pack.py
src/catalogue/management/commands/report_dead_links.py
src/catalogue/management/commands/savemedia.py
src/catalogue/models/book.py
src/catalogue/models/bookmedia.py
src/catalogue/models/collection.py
src/catalogue/models/source.py
src/catalogue/models/tag.py
src/catalogue/signals.py
src/catalogue/templatetags/catalogue_tags.py
src/catalogue/test_utils.py
src/catalogue/tests/book_import.py
src/catalogue/tests/bookmedia.py
src/catalogue/tests/cover.py
src/catalogue/tests/search.py
src/catalogue/tests/tags.py
src/catalogue/tests/templatetags.py
src/catalogue/tests/visit.py
src/catalogue/translation.py
src/catalogue/urls.py
src/catalogue/utils.py
src/catalogue/views.py
src/chunks/admin.py
src/chunks/models.py
src/chunks/translation.py
src/chunks/urls.py
src/chunks/views.py
src/dictionary/models.py
src/dictionary/tests.py
src/dictionary/urls.py
src/dictionary/views.py
src/funding/admin.py
src/funding/forms.py
src/funding/management/commands/funding_notify.py
src/funding/models.py
src/funding/tests.py
src/funding/urls.py
src/funding/utils.py
src/funding/views.py
src/funding/widgets.py
src/infopages/admin.py
src/infopages/models.py
src/infopages/translation.py
src/infopages/urls.py
src/infopages/views.py
src/lesmianator/management/commands/lesmianator.py
src/lesmianator/models.py
src/lesmianator/urls.py
src/lesmianator/views.py
src/libraries/models.py
src/libraries/urls.py
src/libraries/views.py
src/newtagging/admin.py
src/newtagging/managers.py
src/newtagging/models.py
src/newtagging/views.py
src/oai/handlers.py
src/oai/tests/oaipmhapi.py
src/opds/tests/__init__.py
src/opds/urls.py
src/opds/views.py
src/pdcounter/admin.py
src/pdcounter/models.py
src/pdcounter/templatetags/time_tags.py
src/pdcounter/views.py
src/picture/admin.py
src/picture/engine.py
src/picture/forms.py
src/picture/models.py
src/picture/tasks.py
src/picture/templatetags/picture_tags.py
src/picture/tests/picture_import.py
src/picture/views.py
src/polls/models.py
src/polls/templatetags/polls_tags.py
src/polls/urls.py
src/polls/views.py
src/reporting/templatetags/reporting_stats.py
src/reporting/urls.py
src/reporting/utils.py
src/reporting/views.py
src/search/context_processors.py
src/search/custom.py
src/search/fields.py
src/search/forms.py
src/search/index.py
src/search/management/commands/reindex.py
src/search/management/commands/snippets.py
src/search/mock_search.py
src/search/templatetags/search_tags.py
src/search/tests/index.py
src/search/urls.py
src/search/views.py
src/social/admin.py
src/social/forms.py
src/social/models.py
src/social/templatetags/social_tags.py
src/social/urls.py
src/social/utils.py
src/sortify.py
src/sponsors/models.py
src/sponsors/urls.py
src/sponsors/widgets.py
src/stats/models.py
src/suggest/admin.py
src/suggest/forms.py
src/suggest/models.py
src/suggest/urls.py
src/waiter/settings.py
src/waiter/urls.py
src/wolnelektury/apps.py
src/wolnelektury/celery.py
src/wolnelektury/context_processors.py
src/wolnelektury/management/commands/localepack.py
src/wolnelektury/management/commands/translation2po.py
src/wolnelektury/management/profile.py
src/wolnelektury/middleware.py
src/wolnelektury/settings/auth.py
src/wolnelektury/settings/basic.py
src/wolnelektury/settings/cache.py
src/wolnelektury/settings/celery.py
src/wolnelektury/settings/contrib.py
src/wolnelektury/settings/custom.py
src/wolnelektury/settings/locale.py
src/wolnelektury/settings/paths.py
src/wolnelektury/settings/static.py
src/wolnelektury/templatetags/switch_tag.py
src/wolnelektury/urls.py
src/wolnelektury/utils.py
src/wolnelektury/views.py