summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/myproject/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/MyProject/myproject/models.py')
-rw-r--r--docs/narr/MyProject/myproject/models.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/narr/MyProject/myproject/models.py b/docs/narr/MyProject/myproject/models.py
index 42efd9e0b..a37762ff4 100644
--- a/docs/narr/MyProject/myproject/models.py
+++ b/docs/narr/MyProject/myproject/models.py
@@ -1,11 +1,4 @@
-from zope.interface import Interface
-from zope.interface import implements
-
-class IMyModel(Interface):
- pass
-
class MyModel(object):
- implements(IMyModel)
pass
root = MyModel()