~jfb-tempo-consulting/unifield-web/jfb-int

« back to all changes in this revision

Viewing changes to addons/view_diagram/widgets/__init__.py

  • Committer: jf
  • Date: 2021-04-27 14:51:22 UTC
  • Revision ID: jfb@tempo-consulting.fr-20210427145122-k2rdmd5xh777flwo
2to3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from diagram import Diagram
 
1
from .diagram import Diagram
2
2
 
3
 
from _views import *
 
3
from ._views import *