Coding style overhaul for Python files (PEP8 conformant). Removed buggy csstidy pytho...
authorŁukasz Rekucki <lrekucki@gmail.com>
Sun, 11 Apr 2010 14:51:14 +0000 (16:51 +0200)
committerŁukasz Rekucki <lrekucki@gmail.com>
Sun, 11 Apr 2010 14:52:33 +0000 (16:52 +0200)
commit24c1d259ba4af084959d70c6a1f355d0a57f1191
treef7660c1ed76c678be75fb5c64cc79590a5a04e7c
parent58e0903a3f0e1e105a11638b18b588e9eb6a8b9e
Coding style overhaul for Python files (PEP8 conformant). Removed buggy csstidy python rewrite.
59 files changed:
apps/compress/filter_base.py
apps/compress/filters/csstidy/__init__.py
apps/compress/filters/csstidy_python/__init__.py [deleted file]
apps/compress/filters/csstidy_python/csstidy.py [deleted file]
apps/compress/filters/csstidy_python/data.py [deleted file]
apps/compress/filters/csstidy_python/optimizer.py [deleted file]
apps/compress/filters/csstidy_python/output.py [deleted file]
apps/compress/filters/csstidy_python/tools.py [deleted file]
apps/compress/filters/jsmin/__init__.py
apps/compress/filters/jsmin/jsmin.py
apps/compress/filters/yui/__init__.py
apps/compress/management/commands/synccompress.py
apps/compress/templatetags/compressed.py
apps/compress/utils.py
apps/compress/versioning/base.py
apps/compress/versioning/hash/__init__.py
apps/compress/versioning/mtime/__init__.py
apps/django_cas/backends.py
apps/django_cas/decorators.py
apps/django_cas/middleware.py
apps/django_cas/models.py
apps/django_cas/views.py
apps/filebrowser/base.py
apps/filebrowser/decorators.py
apps/filebrowser/fb_settings.py
apps/filebrowser/fields.py
apps/filebrowser/forms.py
apps/filebrowser/functions.py
apps/filebrowser/models.py
apps/filebrowser/templatetags/fb_tags.py
apps/filebrowser/templatetags/fb_versions.py
apps/filebrowser/urls.py
apps/filebrowser/views.py
apps/toolbar/admin.py
apps/toolbar/management/__init__.py
apps/toolbar/management/commands/fixbuttons.py
apps/toolbar/migrations/0001_initial.py
apps/toolbar/migrations/0002_auto__del_field_button_key_mod__chg_field_button_key.py
apps/toolbar/migrations/0003_button_key_rename_to_accesskey.py
apps/toolbar/models.py
apps/toolbar/templatetags/toolbar_tags.py
apps/wiki/forms.py
apps/wiki/helpers.py
apps/wiki/models.py
apps/wiki/nice_diff.py
apps/wiki/tests.py
apps/wiki/urls.py
apps/wiki/views.py
fabfile.py
lib/test_vstorage.py
lib/vstorage.py
lib/wlapi.py
platforma/context_processors.py
platforma/manage.py
platforma/settings.py
platforma/urls.py
scripts/crop.py
scripts/imgconv.py
setup.py