more readable imports
This commit is contained in:
parent
2731531768
commit
6a043f4a7d
18 changed files with 32 additions and 32 deletions
|
@ -1,7 +1,7 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
from ..wiki.models import WikiPage
|
||||
from ... import search
|
||||
from realms import search
|
||||
from realms.modules.wiki.models import WikiPage
|
||||
|
||||
|
||||
@WikiPage.after('write')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue