1
0
mirror of https://github.com/django/django.git synced 2025-10-27 23:56:08 +00:00

More attacking E302 violators

This commit is contained in:
Alex Gaynor
2013-11-02 13:12:09 -07:00
parent 65c4ac3b24
commit 7548aa8ffd
150 changed files with 433 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ __all__ = (
MEDIA_TYPES = ('css', 'js')
@python_2_unicode_compatible
class Media(object):
def __init__(self, media=None, **kwargs):
@@ -143,6 +144,7 @@ class MediaDefiningClass(type):
return new_class
@python_2_unicode_compatible
class SubWidget(object):
"""