Fixup of syntax error introduced by 2to3
This commit is contained in:
parent
72b002491a
commit
60c608d095
@ -583,7 +583,4 @@ def url_for_node(node_id=None, node=None):
|
|||||||
|
|
||||||
|
|
||||||
# Import of custom modules (using the same nodes decorator)
|
# Import of custom modules (using the same nodes decorator)
|
||||||
from . import custom.comments
|
from .custom import comments, groups, storage, posts
|
||||||
from . import custom.groups
|
|
||||||
from . import custom.storage
|
|
||||||
from . import custom.posts
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user