Fixup of syntax error introduced by 2to3

This commit is contained in:
2017-03-03 12:33:23 +01:00
parent 16b2b119fd
commit fb25e3e03f

View File

@@ -583,7 +583,4 @@ def url_for_node(node_id=None, node=None):
# Import of custom modules (using the same nodes decorator)
from . import custom.comments
from . import custom.groups
from . import custom.storage
from . import custom.posts
from .custom import comments, groups, storage, posts