From eb4f9327eeeac00763967a42751b5897246f73e1 Mon Sep 17 00:00:00 2001 From: Erik Stein Date: Tue, 13 Feb 2018 23:16:42 +0100 Subject: [PATCH] Moved example plugins file. --- content_plugins/{ => examples}/content_plugins.py | 2 ++ 1 file changed, 2 insertions(+) rename content_plugins/{ => examples}/content_plugins.py (99%) diff --git a/content_plugins/content_plugins.py b/content_plugins/examples/content_plugins.py similarity index 99% rename from content_plugins/content_plugins.py rename to content_plugins/examples/content_plugins.py index 3171a95..cb4b5dd 100644 --- a/content_plugins/content_plugins.py +++ b/content_plugins/examples/content_plugins.py @@ -2,6 +2,7 @@ Example instantiation of the abstract plugin base classes """ +""" from django.db import models from django.utils.translation import ugettext_lazy as _ @@ -369,3 +370,4 @@ class ItembundleSlideshowContentPlugin(BaseSlideshowContentPlugin): inline.raw_id_fields += ['itembundle'] return inline +""" \ No newline at end of file