From eaeb1acebcf122064bb50b3af4fc1541d1fbd3d5 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 15 Dec 2005 00:55:22 +0000 Subject: [PATCH] magic-removal: Moved django.contrib.comments models from a package to a module git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1665 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/comments/{models/comments.py => models.py} | 0 django/contrib/comments/models/__init__.py | 1 - 2 files changed, 1 deletion(-) rename django/contrib/comments/{models/comments.py => models.py} (100%) delete mode 100644 django/contrib/comments/models/__init__.py 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']