diff --git a/django/contrib/comments/models/comments.py b/django/contrib/comments/models.py similarity index 100% rename from django/contrib/comments/models/comments.py rename to django/contrib/comments/models.py diff --git a/django/contrib/comments/models/__init__.py b/django/contrib/comments/models/__init__.py deleted file mode 100644 index 2bf3cc96cc..0000000000 --- a/django/contrib/comments/models/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__all__ = ['comments']