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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user