Skip to content
Snippets Groups Projects
Commit dd66a457 authored by niyasraphy's avatar niyasraphy
Browse files

[FIX] website_profile: remove duplicated import in init


before this commit, the controllers directory is
imported twice in the init file.

after this commit, the duplicated import is
removed.

closes odoo/odoo#118079

X-original-commit: 3496c25b
Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent 90552925
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,3 @@
from . import controllers
from . import models
from . import controllers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment