Skip to content

Commit 46b2b53

Browse files
committed
Fixed import
1 parent 03ea93a commit 46b2b53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/test_doc_production_use.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ class MenuItem(iommi.MenuItem):
9595
9696
If you are using the iommi admin you will want to tell it to use your custom classes too:
9797
"""
98+
import iommi.admin
9899

99-
class Admin(iommi.Admin):
100+
class Admin(iommi.admin.Admin):
100101
class Meta:
101102
table_class = EditTable
102103
form_class = Form

0 commit comments

Comments
 (0)