Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Jan 9, 2025
1 parent 03ea93a commit 46b2b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/test_doc_production_use.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ class MenuItem(iommi.MenuItem):
If you are using the iommi admin you will want to tell it to use your custom classes too:
"""
import iommi.admin

class Admin(iommi.Admin):
class Admin(iommi.admin.Admin):
class Meta:
table_class = EditTable
form_class = Form

0 comments on commit 46b2b53

Please sign in to comment.